{% unless page.url == "/" %}
{% if page.parent %}
diff --git a/_sass/_nested-nav.scss b/_sass/_nested-nav.scss
index 6b30ca4f..792d0e98 100644
--- a/_sass/_nested-nav.scss
+++ b/_sass/_nested-nav.scss
@@ -1,8 +1,8 @@
-#top {
- z-index: 9;
-}
-
@media screen and (min-width: 46.25rem) {
+ #top {
+ z-index: 9;
+ }
+
[role="banner"] {
overflow: visible;
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
index 1e439430..83a39de5 100755
--- a/_sass/custom/custom.scss
+++ b/_sass/custom/custom.scss
@@ -1004,6 +1004,13 @@ main {
}
.search-active {
+ body {
+ position: fixed;
+
+ @include mq(md) {
+ position: unset;
+ }
+ }
.main {
position: relative !important;
}
@@ -1018,6 +1025,7 @@ main {
}
}
+
.site-header {
background: #D9E1E2;
font-weight: 300;
@@ -1161,8 +1169,10 @@ version-selector {
}
}
-.banner-alert ~ main .custom-search-results {
- max-height: calc(100vh - 200% - 60px - 3.6rem) !important;
+@include respond-min(46.25rem) {
+ .banner-alert ~ main .custom-search-results {
+ max-height: calc(100vh - 200% - 60px - 3.6rem) !important;
+ }
}
.search-spinner {