moving headerLinks up a pixel to prevent premature dropdown closing
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Feb 2016 17:46:08 +0000 (12:46 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 1 Feb 2016 17:46:08 +0000 (12:46 -0500)
css/app.css
scss/_topbar.scss

index 6309ce8..59576bf 100644 (file)
@@ -6666,6 +6666,9 @@ header {
     margin-left: -77px;
     min-width: 220px; } }
 
+#headerLinks {
+  top: -1px; }
+
 @media screen and (max-width: 1024px) {
   main.page-front {
     padding: 0; } }
index 27ae9e5..f2f4699 100644 (file)
     min-width: 220px;
 }
 }
+#headerLinks ul li .dropdown{
+
+}
+#headerLinks{
+    top: -1px;
+}
 //#menu-top-menu-1{
 //    margin-left: 16px;
 //    margin-top: -40px;