Hiding the datepicker element at the footer
authorLaury GvR <laury@gaslightmedia.com>
Thu, 16 Jun 2016 13:40:10 +0000 (09:40 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 16 Jun 2016 13:40:10 +0000 (09:40 -0400)
css/app.css
scss/_page.header.scss

index 41ee6be..7f45a32 100644 (file)
@@ -6546,7 +6546,8 @@ ul#sec-nav {
       content: none; }
 
 #ui-datepicker-div {
-  z-index: 6 !important; }
+  z-index: 6 !important;
+  display: none; }
 
 .contain-to-grid {
   box-shadow: 0 5px 10px -1px #999999; }
index e87a9a3..36103b8 100644 (file)
@@ -153,4 +153,7 @@ ul#sec-nav {
         }
     }
 }
-#ui-datepicker-div {z-index: 6 !important;}
+#ui-datepicker-div {
+    z-index: 6 !important;
+    display: none;
+}