Fix carousel indicators bug

They were displayed on top of drawer when it was open
This commit is contained in:
Matthew Grove
2018-12-10 16:05:04 +00:00
parent bbfe8606d2
commit 8048271849

View File

@@ -50,6 +50,7 @@
margin: 0; margin: 0;
position: initial; position: initial;
width: auto; width: auto;
z-index: inherit;
} }
/* add side margins depending on screen size */ /* add side margins depending on screen size */