IsraelZablianov / draggable-vue-directive

Vue2 directive that handles drag & drop
MIT License
314 stars 50 forks source link

draggble not working with modals #10

Closed ashutosh1807 closed 6 years ago

ashutosh1807 commented 6 years ago

my draggable component has a modal attached to it which is triggered when the button is pressed that is present in the component itself....the component is indeed draggable but my screen becomes unresponsive when I open a modal screenshot 2

IsraelZablianov commented 6 years ago

Hi, I think you have a CSS problem. Please try to change the 'z-index' or the 'position' of the modal.

Anyway, a good practice will be to remove the modal from the draggable component and put it along side with it.