Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-06-28 08:41:15 +0300
committerGitHub <noreply@github.com>2022-06-28 08:41:15 +0300
commit828034f26f0f21c58a4a27fe7332eaa979482185 (patch)
treeb5df3b44b954d5fd93cadd84c37a8f5c72034b17
parent9cf0e9b7355e337f76fccf9eafc2f3232f09f357 (diff)
Fix search modal z-index to be on top of all docs showcased components (#36627)
-rw-r--r--site/assets/scss/_search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_search.scss b/site/assets/scss/_search.scss
index 49e34e8ee0..24c0e2dc8a 100644
--- a/site/assets/scss/_search.scss
+++ b/site/assets/scss/_search.scss
@@ -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;