Index: lams_central/web/css/thickbox.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/thickbox.css,v diff -u -r1.2 -r1.2.2.1 --- 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:48:09 -0000 1.2.2.1 @@ -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 Index: lams_tool_assessment/web/pages/monitoring/monitoring.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/monitoring/monitoring.jsp,v diff -u -r1.11.2.5 -r1.11.2.6 --- lams_tool_assessment/web/pages/monitoring/monitoring.jsp 1 Jun 2016 14:05:16 -0000 1.11.2.5 +++ lams_tool_assessment/web/pages/monitoring/monitoring.jsp 4 Oct 2016 16:47:00 -0000 1.11.2.6 @@ -9,7 +9,7 @@ -