mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix: Header menu icons not sticky with expanded sidebar
This commit is contained in:
parent
640974afc8
commit
e80cc97a0f
@ -878,12 +878,15 @@ ul.menu > li > a {
|
||||
}
|
||||
|
||||
#main.fixed .menu-wrapper {
|
||||
width: calc(100% - 72px);
|
||||
width: calc(100% - var(--sidebar-not-collapsed-width));
|
||||
z-index: 950;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
border-bottom: 3px solid #2DCA73;
|
||||
}
|
||||
#sidebar.collapsed + #main.fixed .menu-wrapper {
|
||||
width: calc(100% - var(--sidebar-collapsed-width));
|
||||
}
|
||||
|
||||
#main.fixed .menu-wrapper #current{
|
||||
padding-top: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user