You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to launch a modal window from with a Slick Slider Carousel – but am coming up against a problem, where the modal only launches within the container of the carousel. See below:
Any suggestions to get the modal opening full screen?
Thanks
The text was updated successfully, but these errors were encountered:
👋 Hello there!
Can you provide a codepen or something to view online to help debug?
From the behavior on the screen capture, I would say that your modal is nested inside your carousel?
Did you try the styles provided here : https://gist.github.com/ghosh/4f94cf497d7090359a5c9f81caf60699 ?
It should fix the problems as the modal is set to a position:fixed and takes up the entire screen.
I'm trying to launch a modal window from with a Slick Slider Carousel – but am coming up against a problem, where the modal only launches within the container of the carousel. See below:
Any suggestions to get the modal opening full screen?
Thanks
The text was updated successfully, but these errors were encountered: