Fixes scrolling a mobile theme popup page with an iframe inside causes issue in iOS safari

This commit is contained in:
Hadi Nategh 2015-03-17 13:37:03 +00:00
parent 3d05a43417
commit f4c0a0f5a4
2 changed files with 5 additions and 1 deletions

View File

@ -6976,6 +6976,8 @@ a.textSidebox {
position: fixed;
display: none;
z-index: 999;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
background: white;
}
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {

View File

@ -501,7 +501,7 @@
object {
margin-left: 14px;
margin-top: 8px;
.rounded (3px;);
.rounded (3px);
.dimension_width_height_s;
}
@ -751,6 +751,8 @@
position:fixed;
display: none;
z-index: 999;
-webkit-overflow-scrolling: touch;
overflow-y:scroll;
background: white;
.egw_fw_mobile_popupFrame {
width: 100%;