got rid of scroll ability
authorIan Weller <ian@gaslightmedia.com>
Mon, 11 Apr 2016 17:24:47 +0000 (13:24 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 11 Apr 2016 17:24:47 +0000 (13:24 -0400)
css/app.css
scss/_slideshow.scss

index f5c80fe..bebf27b 100644 (file)
@@ -6706,8 +6706,7 @@ h2#block-title {
     left: 0;
     float: none;
     margin: 0 auto;
-    top: 10%;
-    overflow: scroll; }
+    top: 10%; }
     @media only screen and (max-width: 40em) {
       #slideshow .nivo-caption {
         top: 0; } }
@@ -6729,8 +6728,7 @@ h2#block-title {
           left: 0;
           background: #000000;
           padding: 0 15px;
-          font-size: 1rem;
-          overflow: scroll; } }
+          font-size: 1rem; } }
     #slideshow .nivo-caption a.button {
       text-transform: uppercase;
       background: transparent;
index 1486cdc..2739d6c 100644 (file)
@@ -49,7 +49,6 @@
         float: none;
         margin: 0 auto;
         top: 10%;
-        overflow: scroll;
         @media #{$small-only}{
             top: 0;
         }
@@ -72,7 +71,6 @@
                 background: $black;
                 padding: 0 15px;
                 font-size: rem-calc(16);
-                overflow: scroll;
             }
         }
         a.button {