From: Anthony Talarico Date: Tue, 11 Dec 2018 21:05:07 +0000 (-0500) Subject: adding height auto to sticky enews formx X-Git-Tag: v1.0.0^2~313 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=82cd4685340ef56db89850ddeda738d2d7436623;p=WP-Themes%2Fuptravel.git adding height auto to sticky enews formx --- diff --git a/css/app.css b/css/app.css index c5c7547..8aa165c 100644 --- a/css/app.css +++ b/css/app.css @@ -7672,7 +7672,7 @@ body .leaflet-bottom.leaflet-right { body #glm-enews-sticky { padding: 10px; width: 300px; - height: 575px; + height: auto; background: whitesmoke; transition: transform 300ms ease-in-out; position: fixed; diff --git a/scss/plugins/_enews-sticky.scss b/scss/plugins/_enews-sticky.scss index 476ccc9..d8951aa 100644 --- a/scss/plugins/_enews-sticky.scss +++ b/scss/plugins/_enews-sticky.scss @@ -2,7 +2,7 @@ body{ #glm-enews-sticky{ padding: 10px; width: 300px; - height: 575px; + height: auto; background: whitesmoke; transition: transform 300ms ease-in-out; position: fixed;