forked from extern/egroupware
Fixes scrolling a mobile theme popup page with an iframe inside causes issue in iOS safari
This commit is contained in:
parent
97cafbf920
commit
29f5ff6223
@ -6984,6 +6984,8 @@ a.textSidebox {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
overflow-y: scroll;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||||
|
@ -507,7 +507,7 @@
|
|||||||
object {
|
object {
|
||||||
margin-left: 14px;
|
margin-left: 14px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
.rounded (3px;);
|
.rounded (3px);
|
||||||
.dimension_width_height_s;
|
.dimension_width_height_s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -757,6 +757,8 @@
|
|||||||
position:fixed;
|
position:fixed;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
overflow-y:scroll;
|
||||||
background: white;
|
background: white;
|
||||||
.egw_fw_mobile_popupFrame {
|
.egw_fw_mobile_popupFrame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user