Fix hamburger menu not being displayed in mobile theme for some apps, e.g. calendar

This commit is contained in:
Hadi Nategh 2021-08-24 14:48:37 +02:00
parent 6268bad881
commit 5ed1ddf76c
2 changed files with 4 additions and 4 deletions

View File

@ -8383,14 +8383,14 @@ table.egwGridView_grid img.et2_appicon {
margin-bottom: 5px; margin-bottom: 5px;
} }
body #egw_fw_basecontainer #egw_fw_toggler { body #egw_fw_basecontainer #egw_fw_toggler {
z-index: 2; z-index: 999;
height: 50px; height: 50px;
} }
body #egw_fw_basecontainer #egw_fw_toggler span { body #egw_fw_basecontainer #egw_fw_toggler span {
top: 15px; top: 15px;
} }
body #egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_toggler { body #egw_fw_basecontainer.egw_fw_sidebar_toggleOn #egw_fw_toggler {
z-index: 2; z-index: 999;
height: 50px; height: 50px;
background-color: transparent; background-color: transparent;
} }

View File

@ -524,7 +524,7 @@
margin-bottom: 5px; margin-bottom: 5px;
} }
#egw_fw_toggler { #egw_fw_toggler {
z-index: 2; z-index: 999;
height: 50px; height: 50px;
span { span {
top: 15px; top: 15px;
@ -533,7 +533,7 @@
} }
#egw_fw_basecontainer.egw_fw_sidebar_toggleOn { #egw_fw_basecontainer.egw_fw_sidebar_toggleOn {
#egw_fw_toggler { #egw_fw_toggler {
z-index: 2; z-index: 999;
height: 50px; height: 50px;
background-color: transparent; background-color: transparent;
span { span {