Commit 031ed98c authored by Mark Otto's avatar Mark Otto
Browse files

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

.navbar-wrapper need higher z-index to be on top of the carousel
parents 2a4aacc0 a9144b50
Showing with 1 addition and 2 deletions
+1 -2
/* GLOBAL STYLES /* GLOBAL STYLES
-------------------------------------------------- */ -------------------------------------------------- */
/* Padding below the footer and lighter body text */ /* Padding below the footer and lighter body text */
...@@ -16,7 +15,7 @@ body { ...@@ -16,7 +15,7 @@ body {
/* Special class on .container surrounding .navbar, used for positioning it into place. */ /* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper { .navbar-wrapper {
position: relative; position: relative;
z-index: 10; z-index: 15;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment