buckwilson / Lightbox_me

An easy to use lightbox plugin for jQuery
http://buckwilson.me/lightboxme
Other
433 stars 93 forks source link

Scrollbar not appering in any iOS device incluing iphone 5 se #79

Open Moumit opened 7 years ago

Moumit commented 7 years ago

No scroll-bar is showing on ios if UI is not responsive and content is big

ZLevine commented 7 years ago

This sounds more like a CSS issue to me than a lightbox_me one. Try adding the following declaration to your modal content container: overflow-y: auto;