2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #22 from Dev-Ad/patch-1

.navbar-wrapper need higher z-index to be on top of the carousel
This commit is contained in:
Mark Otto
2013-07-30 17:43:55 -07:00
+1 -2
View File
@@ -1,4 +1,3 @@
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@@ -16,7 +15,7 @@ body {
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: relative;
z-index: 10;
z-index: 15;
}