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:43 +00:00
parent 97cafbf920
commit 29f5ff6223
2 changed files with 5 additions and 1 deletions

View File

@ -6984,6 +6984,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

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