]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix search modal z-index to be on top of all docs showcased components (#36627)
authorJulien Déramond <julien.deramond@orange.com>
Tue, 28 Jun 2022 05:41:15 +0000 (07:41 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 05:41:15 +0000 (07:41 +0200)
site/assets/scss/_search.scss

index 49e34e8ee0d71ffd94aec966e9641ce5572e2f5f..24c0e2dc8a8b8c0cae0031e9071ee67275f7e053 100644 (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;