overflow-y added
authorIan Weller <ian@gaslightmedia.com>
Thu, 22 Oct 2015 14:11:33 +0000 (10:11 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 22 Oct 2015 14:11:33 +0000 (10:11 -0400)
css/app.css
scss/_slideshow.scss

index b368b7d..265c519 100644 (file)
@@ -7000,7 +7000,8 @@ main.search-results #head-img {
       margin-top: -140px;
       max-height: 230px; } }
   #slideshow .metaslider {
-    max-height: 615px; }
+    max-height: 615px;
+    overflow-y: hidden; }
   #slideshow #caption {
     background: rgba(0, 0, 0, 0.75);
     color: #FFFFFF;
index 762acb1..06c6c44 100644 (file)
@@ -9,6 +9,7 @@
     }
     .metaslider {
         max-height: 615px;
+        overflow-y: hidden;
     }
     #caption {
         background: rgba(0, 0, 0, 0.75);