Deny dropdown county list map going off-screen on widths approaching medium
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 20:16:19 +0000 (15:16 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 20:16:19 +0000 (15:16 -0500)
css/app.css
scss/plugins/_countyMap.scss

index 06ec1e1..f08acae 100644 (file)
@@ -7870,7 +7870,7 @@ body .glm-itinerary-list .glm-itinerary-list-item .glm-itinerary-item-title {
   font-size: 20px; }
 
 body .counties-menu .sub-menu {
-  left: calc(-750px - 2.5vw) !important;
+  left: calc(-770px - 2.5vw) !important;
   width: 1030px !important;
   overflow: hidden !important;
   padding: 0 !important;
index 26ad0eb..5f0a5de 100644 (file)
@@ -1,7 +1,7 @@
 body{
     .counties-menu{
         .sub-menu{
-            left: calc(-750px - 2.5vw) !important;
+            left: calc(-770px - 2.5vw) !important;
             width: 1030px !important;
             overflow: hidden !important;
             .dropdown-menu-wrapper{