N°2847 - Rework iTopWebPage layout (WIP Part III)

- iTopWebPage: Fix top bar actions drawers opening under the advanced search widget
This commit is contained in:
Molkobain
2020-07-24 17:48:53 +02:00
parent ec238569c4
commit 75812ca151

View File

@@ -45,7 +45,7 @@ body{
z-index: 20;
}
#ibo-page-container{
position: relative;
position: relative; /* To avoid having its descendants with "z-index" over siblings of self */
z-index: 10;
height: 100%;
overflow: auto;
@@ -65,6 +65,7 @@ body{
right: 0;
}
#ibo-page-content{
position: relative; /* To avoid having its descendants with "z-index" over siblings of self */
z-index: 10;
padding-top: $ibo-page-content--padding-top;
padding-bottom: $ibo-page-content--padding-bottom;