Jump to content
Search Community

Spider Web Design

Members
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. Spider Web Design's post in translate3d doesn't work properly in Firefox was marked as the answer   

    See the Pen abXjWJz by spiderwebdesign (@spiderwebdesign) on CodePen
     
    Thanks for the Pen idea.  I found the problem.  I removed 'bounds: container' and now everything works fine.  The problem was only occurring in Firefox mobile. 
     
    The dialog window was offset from the center.  It had the LEFT side of the dialog in the center of the screen instead of the center of the dialog in the center of the screen.  Just removed the bounds and it's mint now.
     
        Draggable.create(dialogWrapper, { bounds: '.container', trigger: handle, transformOrigin: "50% 50%" });
     
×
×
  • Create New...