mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:39:40 +01:00
Fix select popups in sidemenu were behind main content
This commit is contained in:
parent
9e7de91ab6
commit
4cca08d59d
@ -4552,6 +4552,8 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_main {
|
#egw_fw_main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs {
|
#egw_fw_main #egw_fw_tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -4733,6 +4735,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
z-index: 2;
|
||||||
/*#################################*/
|
/*#################################*/
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu {
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
||||||
@ -4742,7 +4745,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 2;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||||
|
@ -4532,6 +4532,8 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_main {
|
#egw_fw_main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs {
|
#egw_fw_main #egw_fw_tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -4713,6 +4715,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
z-index: 2;
|
||||||
/*#################################*/
|
/*#################################*/
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu {
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
||||||
@ -4722,7 +4725,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 2;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||||
|
@ -4542,6 +4542,8 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_main {
|
#egw_fw_main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs {
|
#egw_fw_main #egw_fw_tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -4723,6 +4725,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
z-index: 2;
|
||||||
/*#################################*/
|
/*#################################*/
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu {
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
||||||
@ -4732,7 +4735,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 2;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||||
|
@ -48,6 +48,8 @@
|
|||||||
#egw_fw_main {
|
#egw_fw_main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
// #######################################
|
// #######################################
|
||||||
// AREA for Content
|
// AREA for Content
|
||||||
#egw_fw_tabs{
|
#egw_fw_tabs{
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
z-index:2;
|
||||||
|
|
||||||
//SIDE AREA
|
//SIDE AREA
|
||||||
#egw_fw_sidemenu {
|
#egw_fw_sidemenu {
|
||||||
@ -39,7 +40,7 @@
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 2;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
// SIDE AREA
|
// SIDE AREA
|
||||||
.egw_fw_ui_scrollarea_outerdiv{
|
.egw_fw_ui_scrollarea_outerdiv{
|
||||||
|
@ -4563,6 +4563,8 @@ span.overlayContainer img.overlay {
|
|||||||
#egw_fw_main {
|
#egw_fw_main {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs {
|
#egw_fw_main #egw_fw_tabs {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -4744,6 +4746,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
width: 225px;
|
width: 225px;
|
||||||
|
z-index: 2;
|
||||||
/*#################################*/
|
/*#################################*/
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu {
|
#egw_fw_sidebar #egw_fw_sidemenu {
|
||||||
@ -4753,7 +4756,7 @@ span.overlayContainer img.overlay {
|
|||||||
left: 0px;
|
left: 0px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 0;
|
z-index: 2;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv {
|
||||||
|
Loading…
Reference in New Issue
Block a user