diff options
| author | Mark Otto <[email protected]> | 2013-07-30 17:43:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-30 17:43:55 -0700 |
| commit | 031ed98c8b942bdd97071a7f4e70829fcfd8f83e (patch) | |
| tree | 710e167a658ec6c51f406ff1b7557403484b6aea | |
| parent | 2a4aacc037e34f91442c13f56a77e50895896bd3 (diff) | |
| parent | a9144b50ea5de168f09a1d8136e72921edf0e8e2 (diff) | |
| download | bootstrap-031ed98c8b942bdd97071a7f4e70829fcfd8f83e.tar.xz bootstrap-031ed98c8b942bdd97071a7f4e70829fcfd8f83e.zip | |
Merge pull request #22 from Dev-Ad/patch-1
.navbar-wrapper need higher z-index to be on top of the carousel
| -rw-r--r-- | carousel/carousel.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/carousel/carousel.css b/carousel/carousel.css index 24b96f9c3..dd7dfc424 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; } |
