1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

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

View File

@@ -23,7 +23,7 @@
--docsearch-muted-color: #{$text-muted}; --docsearch-muted-color: #{$text-muted};
--docsearch-hit-shadow: none; --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) { @include media-breakpoint-up(lg) {
padding-top: 4rem; padding-top: 4rem;