Index: lams_central/web/css/thickbox.css =================================================================== diff -u -r722d7c204072027e56dc295c7adca61e722e7070 -r71ee774107e638c288ec369356769efc7e0db9ce --- lams_central/web/css/thickbox.css (.../thickbox.css) (revision 722d7c204072027e56dc295c7adca61e722e7070) +++ lams_central/web/css/thickbox.css (.../thickbox.css) (revision 71ee774107e638c288ec369356769efc7e0db9ce) @@ -142,8 +142,10 @@ } /* Added by LAMS. Enables scrolling on iOS devices. */ -#TB_iframeContent, #TB_overlay, #TB_window { - overflow-y: scroll !important; +#TB_window { + overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; - height:95% !important; -} \ No newline at end of file +} +#TB_iframeContent, #TB_overlay, #TB_window { + height:100% !important; +}