Index: lams_central/web/css/thickbox.css =================================================================== diff -u -rc0ae190cb1f4081bcf86fa46b07d1cbbd43ce250 -re0a2b2b60c19a5ea2e4fa4b4f1c18ae2dbe96844 --- lams_central/web/css/thickbox.css (.../thickbox.css) (revision c0ae190cb1f4081bcf86fa46b07d1cbbd43ce250) +++ lams_central/web/css/thickbox.css (.../thickbox.css) (revision e0a2b2b60c19a5ea2e4fa4b4f1c18ae2dbe96844) @@ -139,4 +139,11 @@ margin-bottom:-1px; margin-top:1px; _margin-bottom:1px; +} + +/* Added by LAMS. Enables scrolling on iOS devices. */ +#TB_iframeContent, #TB_overlay, #TB_window { + overflow-y: scroll !important; + -webkit-overflow-scrolling: touch !important; + height:95%; } \ No newline at end of file