Index: lams_central/web/css/thickbox.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/thickbox.css,v diff -u -r1.2.2.2 -r1.2.2.3 --- lams_central/web/css/thickbox.css 4 Oct 2016 16:50:30 -0000 1.2.2.2 +++ lams_central/web/css/thickbox.css 10 Nov 2016 13:20:30 -0000 1.2.2.3 @@ -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; +}