mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-03-06 17:59:25 +00:00
20 lines
244 B
SCSS
20 lines
244 B
SCSS
$item-height: 40px;
|
|
|
|
@if $Fixed_mode == "true" {
|
|
.header-submenus {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: z("header") + 1;
|
|
}
|
|
|
|
.d-header-wrap {
|
|
top: $item-height;
|
|
}
|
|
}
|
|
|
|
.top-menu {
|
|
.menu-item.vmo {
|
|
display: none;
|
|
}
|
|
}
|