2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Avoid Tooltips/Popovers overflow on documentation's navbar (#22733)

This commit is contained in:
Johann-S
2017-06-07 21:33:36 +02:00
committed by GitHub
parent 2d87895089
commit 1a0a1a0600
+1 -1
View File
@@ -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 {