mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-20 20:30:58 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue