From 82cd4685340ef56db89850ddeda738d2d7436623 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 11 Dec 2018 16:05:07 -0500 Subject: [PATCH] adding height auto to sticky enews formx --- css/app.css | 2 +- scss/plugins/_enews-sticky.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1