diff options
| -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; } |
