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 <juderamond@gmail.com>2022-06-23 20:49:02 +0300
committerMark Otto <markd.otto@gmail.com>2022-06-28 06:57:47 +0300
commit18675e70283d6311d5c667e2a994aba2e360730f (patch)
treef8ab58dd0afc6d186c242e80d93dddb6388d0605
parent4f4b42dd14dd9a59df6536585142864eea4383b9 (diff)
Fix search modal z-index to be on top of all docs showcased componentsmain-jd-make-sure-search-modal-is-over-everything
-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;