adjusting position of the dropdown county map
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Feb 2019 21:11:58 +0000 (16:11 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 21 Feb 2019 21:11:58 +0000 (16:11 -0500)
css/app.css
scss/plugins/_countyMap.scss

index a7aa674..1a1c728 100644 (file)
@@ -8023,7 +8023,7 @@ body .counties-menu .dropdown-wrapper-content-wrapper {
   right: 0;
   z-index: 1; }
 body .counties-menu .sub-menu {
-  left: calc(-900px - 2.5vw) !important;
+  left: calc(-910px - 2.5vw) !important;
   width: 1215px !important;
   overflow: hidden !important;
   border: 5px solid #4a7059; }
index 59e4c1c..94c9e49 100644 (file)
@@ -8,7 +8,7 @@ body{
             z-index: 1;
         }
         .sub-menu{
-            left: calc(-900px - 2.5vw) !important;
+            left: calc(-910px - 2.5vw) !important;
             width: 1215px !important;
             overflow: hidden !important;
             .dropdown-menu-wrapper{