From c84374f9def122c31860260ddeb3049a27da6c2c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Aug 2013 08:53:48 -0700 Subject: [PATCH] fixes #9901 --- examples/carousel/carousel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css index 164f306ea7..13d86511cf 100644 --- a/examples/carousel/carousel.css +++ b/examples/carousel/carousel.css @@ -15,7 +15,7 @@ body { /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { position: relative; - z-index: 15; + z-index: 20; }