Index: lams_central/web/css/thickbox.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/thickbox.css,v diff -u -r1.2 -r1.3 --- lams_central/web/css/thickbox.css 11 Dec 2012 11:29:43 -0000 1.2 +++ lams_central/web/css/thickbox.css 4 Oct 2016 16:40:02 -0000 1.3 @@ -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