Magnific-Popup icon indicating copy to clipboard operation
Magnific-Popup copied to clipboard

scroll body on ios

Open zdimaz opened this issue 5 years ago • 3 comments

Now does not work on mobile devices! Body scroll when you scroll popup. Need support plugins to fix position body on open popup.

ios SE

zdimaz avatar May 14 '19 13:05 zdimaz

overflow does not work

zdimaz avatar May 14 '19 13:05 zdimaz

Hi,

I solved the problem with this solution https://github.com/dimsemenov/Magnific-Popup/issues/782#issuecomment-472645597

nidema avatar Aug 29 '19 12:08 nidema

I overcame this issue via giving a fixed height and owerflow-y: scroll !important to the popup content's top element (wrapper).

burakt91 avatar Jan 23 '20 12:01 burakt91