Make a modal draggable

Hi, we have a modal that is in front of content. I want to be able to grap it and drag it aside, but can’t figura out how. TUTORIAL - How to drag/move any Weweb element freely on the canvas looks like the solution but got stuck there too. Does anyone have a solution for this?

You need to make it to be a div, by default modals are I think sections, and in WeWeb sections don’t have a fixed property. If you recreate your modal window with a set of divs/containers, this should work and be available.

1 Like