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;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
@if $type == wiki {
|
@if $type == blog {
|
||||||
|
position: absolute;
|
||||||
|
top: -$ngtb_height;
|
||||||
|
} @else if $type == wiki {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
} @else {
|
} @else {
|
||||||
|
@ -93,6 +96,7 @@ $ngtb_height: 32px; // ngtb == nom_globaltopbar
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
top: 32px;
|
||||||
header {
|
header {
|
||||||
.search-modal {
|
.search-modal {
|
||||||
top: $ngtb_height; // Suchleiste nach unten versetzen, damit sie unter der Topbar angezeigt werden
|
top: $ngtb_height; // Suchleiste nach unten versetzen, damit sie unter der Topbar angezeigt werden
|
||||||
|
|
Reference in a new issue