Index: lams_central/web/css/thickbox.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/thickbox.css,v diff -u -r1.2.2.4 -r1.2.2.5 --- lams_central/web/css/thickbox.css 11 Nov 2016 15:52:12 -0000 1.2.2.4 +++ lams_central/web/css/thickbox.css 11 Nov 2016 16:40:53 -0000 1.2.2.5 @@ -38,7 +38,7 @@ } #TB_window { position: fixed; - background: #ffffff; + background: #525252; z-index: 102; color:#000000; display:none; @@ -129,13 +129,14 @@ /* Added by LAMS. Enables scrolling on iOS devices. */ #TB_window { + -webkit-overflow-scrolling: touch !important; + overflow-y: auto !important; height:100%; width:90%; max-width: 1200px; + border-width: 4px 4px 2px 4px;/* to compensate TB_iframeContent's cut in height of 2px */ } #TB_iframeContent { - overflow-y: auto !important; - -webkit-overflow-scrolling: touch !important; - height:100%; + height:calc(100% - 2px); width:100%; }