2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Revert "docs: Fix popover example showing above navbar (#32445)" (#32533)

This reverts commit 517446069a.
This commit is contained in:
XhmikosR
2021-01-13 22:51:39 +02:00
committed by GitHub
parent c9cd741aff
commit f95004f654
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.bd-subnavbar {
// The position and z-index are needed for the dropdown to stay on top of the content
position: relative;
z-index: $bd-navbar-zindex;
z-index: $zindex-sticky;
background-color: rgba($white, .95);
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);