File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ button.svelte-la9dd4:disabled {
607607}
608608
609609.navigation {
610- position : fixed ;
610+ position : sticky ;
611611 top : 0 ;
612612 left : 0 ;
613613 right : 0 ;
@@ -617,7 +617,7 @@ button.svelte-la9dd4:disabled {
617617}
618618
619619body {
620- padding-top : 48px ;
620+ // padding-top: 48px;
621621}
622622
623623body .has-notice {
Original file line number Diff line number Diff line change @@ -177,13 +177,13 @@ <h4>{{ .title }}</h4>
177177 {{ partial "menu.html" . }}
178178 {{ end }}
179179 {{ end }}
180- < div class ="search-wrapper ">
181- {{ partial "search" . }}
182- </ div >
183180 </ ul >
184181
185182
186183 < div class ="header-cta ">
184+ < div class ="search-wrapper ">
185+ {{ partial "search" . }}
186+ </ div >
187187 < div class ="language-selector ">
188188 < select class ="form-control " id ="language-selector ">
189189 < option value ="" selected disabled > {{ .Site.Language.LanguageName }}</ option >
You can’t perform that action at this time.
0 commit comments