From 8048271849b3880698b192cc0facda2bf0fca28b Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 10 Dec 2018 16:05:04 +0000 Subject: [PATCH] Fix carousel indicators bug They were displayed on top of drawer when it was open --- computer-science-blog/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/computer-science-blog/css/main.css b/computer-science-blog/css/main.css index 4cb7c2b..0ec50df 100644 --- a/computer-science-blog/css/main.css +++ b/computer-science-blog/css/main.css @@ -50,6 +50,7 @@ margin: 0; position: initial; width: auto; + z-index: inherit; } /* add side margins depending on screen size */