adding height auto to sticky enews formx
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Dec 2018 21:05:07 +0000 (16:05 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 11 Dec 2018 21:05:07 +0000 (16:05 -0500)
css/app.css
scss/plugins/_enews-sticky.scss

index c5c7547..8aa165c 100644 (file)
@@ -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;
index 476ccc9..d8951aa 100644 (file)
@@ -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;