mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Fix hamburger menu not being displayed in mobile theme for some apps, e.g. calendar
This commit is contained in:
parent
6268bad881
commit
5ed1ddf76c
@ -8383,14 +8383,14 @@ table.egwGridView_grid img.et2_appicon {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
body #egw_fw_basecontainer #egw_fw_toggler {
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
height: 50px;
|
||||
}
|
||||
body #egw_fw_basecontainer #egw_fw_toggler span {
|
||||
top: 15px;
|
||||
}
|
||||
body #egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_toggler {
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
height: 50px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -524,7 +524,7 @@
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#egw_fw_toggler {
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
height: 50px;
|
||||
span {
|
||||
top: 15px;
|
||||
@ -533,7 +533,7 @@
|
||||
}
|
||||
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn {
|
||||
#egw_fw_toggler {
|
||||
z-index: 2;
|
||||
z-index: 999;
|
||||
height: 50px;
|
||||
background-color: transparent;
|
||||
span {
|
||||
|
Loading…
Reference in New Issue
Block a user