mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Avoid Tooltips/Popovers overflow on documentation's navbar (#22733)
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1030; // over everything in bootstrap
|
z-index: 1071; // over everything in bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav {
|
.navbar-nav {
|
||||||
|
|||||||
Reference in New Issue
Block a user