From 2998929b39eb3a4d587c6237d98095f9f5b0df2f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 20:48:10 -0700 Subject: fix up carousel holder and navbar probs --- carousel/carousel.css | 1 + carousel/index.html | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'carousel') diff --git a/carousel/carousel.css b/carousel/carousel.css index 3d997481e..49f8483a2 100644 --- a/carousel/carousel.css +++ b/carousel/carousel.css @@ -15,6 +15,7 @@ body { /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { + position: relative; z-index: 10; } diff --git a/carousel/index.html b/carousel/index.html index 4d2e5fd98..9111e3bf1 100644 --- a/carousel/index.html +++ b/carousel/index.html @@ -168,5 +168,14 @@ + + + + + + + + - \ No newline at end of file + -- cgit v1.2.3