mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix select popups in sidemenu were behind main content
This commit is contained in:
parent
a73cdef27b
commit
11f4822269
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -48,6 +48,8 @@
|
||||
#egw_fw_main {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
// #######################################
|
||||
// AREA for Content
|
||||
#egw_fw_tabs{
|
||||
|
@ -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{
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user