Skip to content

Commit c415e3f

Browse files
committed
Set search position to top of page
This tries to fix a positioning and layering issue where the search overlay appeared in front of the page and the body layout was much too long. Signed-off-by: Chase Johnson <[email protected]>
1 parent 9773489 commit c415e3f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/_sass/color_schemes/awsstyle.scss

-7
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ $header-height: 5rem !default;
6060
.main-header {
6161
height: $main-header-height;
6262
max-height: $main-header-height;
63-
position: sticky;
64-
top: 0;
65-
z-index: 999;
6663
}
6764

6865
.main-content-wrap {
@@ -109,10 +106,6 @@ $header-height: 5rem !default;
109106
margin-top: 2em;
110107
}
111108

112-
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content #toctitle {
113-
position: static !important;
114-
}
115-
116109
.main-content ul>li::before {
117110
position: static !important;
118111
}

0 commit comments

Comments
 (0)