update
This commit is contained in:
parent
56f5bea285
commit
e6c8e6e501
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,10 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
|
|||
white-space: nowrap;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
@if $type == wiki {
|
||||
@if $type == blog {
|
||||
position: absolute;
|
||||
top: -$ngtb_height;
|
||||
} @else if $type == wiki {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
} @else {
|
||||
|
@ -93,6 +96,7 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
|
|||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
top: 32px;
|
||||
header {
|
||||
.search-modal {
|
||||
top: $ngtb_height; // Suchleiste nach unten versetzen, damit sie unter der Topbar angezeigt werden
|
||||
|
|
Reference in a new issue