Show search modal over the nav-bar (#30278)

This commit is contained in:
Joakim Sørensen 2023-12-11 17:03:01 +01:00 committed by GitHub
parent ec1050cad3
commit 575fc85e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,10 @@ $primary-color: #1abcf2;
} }
} }
.DocSearch-Container {
z-index: 1000;
}
.integration-alert-container { .integration-alert-container {
margin: -1em 0; margin: -1em 0;
} }
@ -877,6 +881,7 @@ code {
} }
@media only screen and (max-width: $menu-collapse) { @media only screen and (max-width: $menu-collapse) {
#not_found { #not_found {
.page { .page {
text-align: center; text-align: center;