mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixes scrolling a mobile theme popup page with an iframe inside causes issue in iOS safari
This commit is contained in:
parent
3d05a43417
commit
f4c0a0f5a4
@ -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 {
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user