Fix select popups in sidemenu were behind main content

This commit is contained in:
nathan 2023-11-28 09:51:50 -07:00
parent a73cdef27b
commit 11f4822269
6 changed files with 20 additions and 5 deletions

View File

@ -4552,6 +4552,8 @@ span.overlayContainer img.overlay {
#egw_fw_main {
padding: 0;
width: auto;
position: relative;
z-index: 1;
}
#egw_fw_main #egw_fw_tabs {
position: relative;
@ -4733,6 +4735,7 @@ span.overlayContainer img.overlay {
left: 0px;
bottom: 0px;
width: 225px;
z-index: 2;
/*#################################*/
}
#egw_fw_sidebar #egw_fw_sidemenu {
@ -4742,7 +4745,7 @@ span.overlayContainer img.overlay {
left: 0px;
right: 8px;
overflow: hidden;
z-index: 0;
z-index: 2;
font-size: 0.9em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {

View File

@ -4532,6 +4532,8 @@ span.overlayContainer img.overlay {
#egw_fw_main {
padding: 0;
width: auto;
position: relative;
z-index: 1;
}
#egw_fw_main #egw_fw_tabs {
position: relative;
@ -4713,6 +4715,7 @@ span.overlayContainer img.overlay {
left: 0px;
bottom: 0px;
width: 225px;
z-index: 2;
/*#################################*/
}
#egw_fw_sidebar #egw_fw_sidemenu {
@ -4722,7 +4725,7 @@ span.overlayContainer img.overlay {
left: 0px;
right: 8px;
overflow: hidden;
z-index: 0;
z-index: 2;
font-size: 0.9em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {

View File

@ -4542,6 +4542,8 @@ span.overlayContainer img.overlay {
#egw_fw_main {
padding: 0;
width: auto;
position: relative;
z-index: 1;
}
#egw_fw_main #egw_fw_tabs {
position: relative;
@ -4723,6 +4725,7 @@ span.overlayContainer img.overlay {
left: 0px;
bottom: 0px;
width: 225px;
z-index: 2;
/*#################################*/
}
#egw_fw_sidebar #egw_fw_sidemenu {
@ -4732,7 +4735,7 @@ span.overlayContainer img.overlay {
left: 0px;
right: 8px;
overflow: hidden;
z-index: 0;
z-index: 2;
font-size: 0.9em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {

View File

@ -48,6 +48,8 @@
#egw_fw_main {
padding: 0;
width: auto;
position: relative;
z-index: 1;
// #######################################
// AREA for Content
#egw_fw_tabs{

View File

@ -30,6 +30,7 @@
left: 0px;
bottom: 0px;
width: 225px;
z-index:2;
//SIDE AREA
#egw_fw_sidemenu {
@ -39,7 +40,7 @@
left: 0px;
right: 8px;
overflow: hidden;
z-index: 0;
z-index: 2;
font-size: 0.9em;
// SIDE AREA
.egw_fw_ui_scrollarea_outerdiv{

View File

@ -4563,6 +4563,8 @@ span.overlayContainer img.overlay {
#egw_fw_main {
padding: 0;
width: auto;
position: relative;
z-index: 1;
}
#egw_fw_main #egw_fw_tabs {
position: relative;
@ -4744,6 +4746,7 @@ span.overlayContainer img.overlay {
left: 0px;
bottom: 0px;
width: 225px;
z-index: 2;
/*#################################*/
}
#egw_fw_sidebar #egw_fw_sidemenu {
@ -4753,7 +4756,7 @@ span.overlayContainer img.overlay {
left: 0px;
right: 8px;
overflow: hidden;
z-index: 0;
z-index: 2;
font-size: 0.9em;
}
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {