mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Fix search modal z-index to be on top of all docs showcased components (#36627)
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
--docsearch-muted-color: #{$text-muted};
|
--docsearch-muted-color: #{$text-muted};
|
||||||
--docsearch-hit-shadow: none;
|
--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) {
|
@include media-breakpoint-up(lg) {
|
||||||
padding-top: 4rem;
|
padding-top: 4rem;
|
||||||
|
Reference in New Issue
Block a user