Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter teddybear1980

    (@teddybear1980)

    Please fill in the form in the page below. Click “send”, the “successfully submit box” will pop up ( pop up box cannot move on the screen by double click it and moving the mouse ), and click “[email protected]”, another pop up box will appear ( This pop up box also can not move on the screen by double click it and moving the mouse )

    https://tuition.tedchong.com/tutor-registration/

    Plugin Author Daniel Iser

    (@danieliser)

    @teddybear1980 – Simply not gonna work. Basically when you set it to fixed you need to be sure that the content is not gonna be larger than the screen. This is even more difficult if the popup will be shown on mobile devices.

    The other alternative is to either try our scrolling content option (requires using a custom size option rather than our responsive sizes), or manually wrap it in a div with max-height and overflow-y:auto;

    Hope that helps.

    PS this is why fixed position is not enabled by default.

    Thread Starter teddybear1980

    (@teddybear1980)

    Thank you for your reply.
    How to manually wrap it in a div with max-height and overflow-y:auto;(How to doing it ? ( Insert the code in which file and what is the code?) )

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to set my pop up box moveable’ is closed to new replies.