Skip to content

Commit 0c121a4

Browse files
committed
Fix search overlay
1 parent 8c6fb57 commit 0c121a4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,15 @@ header.md-header {
183183
.md-sidebar {
184184
z-index: 1000 !important;
185185
}
186+
.md-search__overlay {
187+
z-index: 1100 !important;
188+
}
189+
.md-search__form {
190+
z-index: 1200 !important;
191+
}
192+
.md-search__output {
193+
z-index: 1100 !important;
194+
}
186195

187196
/*******************************************************/
188197
/* Fix spacing in navigation tab. */

0 commit comments

Comments
 (0)