mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user