mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02: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;
|
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 {
|
||||||
|
@ -501,7 +501,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -751,6 +751,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…
x
Reference in New Issue
Block a user