From: Gerhard Date: Tue, 30 Jul 2013 14:23:34 +0000 (+0200) Subject: .navbar-wrapper need higher z-index to be on top of the carousel X-Git-Tag: v3.0.0~81^2~11^2~1^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9144b50ea5de168f09a1d8136e72921edf0e8e2;p=thirdparty%2Fbootstrap.git .navbar-wrapper need higher z-index to be on top of the carousel --- diff --git a/carousel/carousel.css b/carousel/carousel.css index 49f8483a26..a68857c6bc 100644 --- a/carousel/carousel.css +++ b/carousel/carousel.css @@ -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; }