mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°2847 - Rework iTopWebPage layout (WIP Part VIII)
- Navigation menu: Change scrollbar color to something more visible - Navigation menu: Close drawer when filter focused and "Escape" key hit - Top bar: Fix element's ID in its standard delivery - Top bar: Fix drawers opening under the top bar but above the main content - iTopWebPage: Add AddUiBlock() method to easily add a layout/component in the page - iTopWebPage: Fix Header/Footer parts (formerly North/South Panels) and Banner part - WebPage: Handle duplicate stylesheets (like it was already doing for JS scripts)
This commit is contained in:
@@ -57,7 +57,7 @@ body{
|
||||
padding-left: $ibo-page-container--elements-padding-x;
|
||||
padding-right: $ibo-page-container--elements-padding-x;
|
||||
}
|
||||
#ibo-top-bar{
|
||||
#ibo-top-container{
|
||||
z-index: 20;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user