biati-digital / glightbox

Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
MIT License
2.03k stars 228 forks source link

scrolling to top on mobile #369

Closed Piotruss37 closed 1 year ago

Piotruss37 commented 1 year ago

hello what should i do when i click img on mobile, and then my page is getting scrolled to top

Piotruss37 commented 1 year ago

update: I added to my css file html.glightbox-open { overflow: unset; } and it worked.