From 28010fb1ef8c1e3c18fd03cb355dc0fba649c6bc Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 11 Apr 2016 13:24:47 -0400 Subject: [PATCH] got rid of scroll ability --- css/app.css | 6 ++---- scss/_slideshow.scss | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index f5c80fe..bebf27b 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 1486cdc..2739d6c 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -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 { -- 2.17.1