Fix search modal z-index to be on top of all docs showcased components (#36627)

This commit is contained in:
Julien Déramond 2022-06-28 07:41:15 +02:00 committed by GitHub
parent 9cf0e9b735
commit 828034f26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
--docsearch-muted-color: #{$text-muted};
--docsearch-hit-shadow: none;
z-index: 1030;
z-index: 2000; // Make sure to be over all components showcased in the documentation
@include media-breakpoint-up(lg) {
padding-top: 4rem;