Fix carousel bug

Scrolling wasn't enabled in iframes
This commit is contained in:
Matthew Grove
2018-12-09 21:18:06 +00:00
parent 6c8aaacda2
commit 71ce339091

View File

@@ -40,6 +40,7 @@
width: 100%; width: 100%;
border: none; border: none;
padding: 15px; padding: 15px;
overflow: auto;
} }
.carousel-indicators li { .carousel-indicators li {