removing datepicker div from bottom of the page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Apr 2016 12:39:15 +0000 (08:39 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Apr 2016 12:39:15 +0000 (08:39 -0400)
scss/_page.footer.scss

index 8085964..ffd332e 100644 (file)
@@ -161,3 +161,7 @@ footer.main {
 #compass{
     float: right;
 }
+
+#ui-datepicker-div{
+    display: none;
+}
\ No newline at end of file