From 80cffd568b2eae0e453e062c8563f339db29ba97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Thu, 23 Jun 2022 19:49:02 +0200 Subject: [PATCH] Fix search modal z-index to be on top of all docs showcased components --- site/assets/scss/_search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/assets/scss/_search.scss b/site/assets/scss/_search.scss index 49e34e8ee0d7..24c0e2dc8a8b 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;