mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-05 19:14:42 +00:00
Avoid Tooltips/Popovers overflow on documentation's navbar (#22733)
This commit is contained in:
parent
2d87895089
commit
1a0a1a0600
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1030; // over everything in bootstrap
|
||||
z-index: 1071; // over everything in bootstrap
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
|
|
|
|||
Loading…
Reference in a new issue