mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Not using jquery hide() for commit #51258, seems FF doesn't like a hidden iFrame
This commit is contained in:
parent
58ce536bcb
commit
ad09331ac6
@ -6954,6 +6954,7 @@ a.textSidebox {
|
||||
.egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
visibility: hidden;
|
||||
}
|
||||
.egw_fw_mobile_popup_loader {
|
||||
background-image: url('../images/ajax-loader.gif');
|
||||
|
@ -720,6 +720,7 @@
|
||||
.egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.egw_fw_mobile_popup_loader {
|
||||
|
Loading…
Reference in New Issue
Block a user