From: Ian Weller Date: Thu, 22 Oct 2015 14:11:33 +0000 (-0400) Subject: overflow-y added X-Git-Tag: v1.0.0^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=51e3504ae9bbfe402a60ee405963c3aa5443f312;p=WP-Themes%2Fmountpleasantwow.git overflow-y added --- diff --git a/css/app.css b/css/app.css index b368b7d..265c519 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index 762acb1..06c6c44 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -9,6 +9,7 @@ } .metaslider { max-height: 615px; + overflow-y: hidden; } #caption { background: rgba(0, 0, 0, 0.75);