1
1
Fork 0
This commit is contained in:
Vrifox 2020-10-19 21:29:24 +02:00
parent 56f5bea285
commit e6c8e6e501

View file

@ -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