moving the dropdown county map over to the left to make it entirely visible on laptops
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Feb 2019 21:52:07 +0000 (16:52 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Feb 2019 21:52:07 +0000 (16:52 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 85ed59d..53c941d 100644 (file)
@@ -7933,7 +7933,7 @@ body .glm-itinerary-list .glm-itinerary-list-item .glm-itinerary-item-title {
   font-size: 20px; }
 
 body .counties-menu .sub-menu {
-  left: calc(-770px - 2.5vw) !important;
+  left: calc(-900px - 2.5vw) !important;
   width: 1215px !important;
   overflow: hidden !important;
   border: 10px solid #4a7059; }
index 64764b9..eb5986a 100644 (file)
@@ -1,7 +1,7 @@
 body{
     .counties-menu{
         .sub-menu{
-            left: calc(-810px - 2.5vw) !important;
+            left: calc(-900px - 2.5vw) !important;
             width: 1215px !important;
             overflow: hidden !important;
             .dropdown-menu-wrapper{