Skip to content

Commit

Permalink
Fix search modal z-index to be on top of all docs showcased components (
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Jun 28, 2022
1 parent 9cf0e9b commit 828034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/scss/_search.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 828034f

Please sign in to comment.