Index: lams_central/web/css/thickbox.css =================================================================== diff -u -rc0ae190cb1f4081bcf86fa46b07d1cbbd43ce250 -rcc5a43f304db1b8622d9cdbb47b53d1efe2b240b --- lams_central/web/css/thickbox.css (.../thickbox.css) (revision c0ae190cb1f4081bcf86fa46b07d1cbbd43ce250) +++ lams_central/web/css/thickbox.css (.../thickbox.css) (revision cc5a43f304db1b8622d9cdbb47b53d1efe2b240b) @@ -139,4 +139,10 @@ 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; } \ No newline at end of file