mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Fix search modal z-index to be on top of all docs showcased components (#36627)
This commit is contained in:
parent
9cf0e9b735
commit
828034f26f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user