ghosh / Micromodal

⭕ Tiny javascript library for creating accessible modal dialogs
https://micromodal.now.sh/
MIT License
3.54k stars 228 forks source link

Slick Slider #514

Open combinestudio opened 1 year ago

combinestudio commented 1 year ago

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:

Screenshot 2023-03-07 at 22 01 55

Any suggestions to get the modal opening full screen?

Thanks

heyflo commented 1 year ago

👋 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.