From: Anthony Talarico Date: Wed, 5 Dec 2018 21:57:06 +0000 (-0500) Subject: adding overflow hidden to the county dropdown map X-Git-Tag: v1.0.0^2~378 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=00062275bc36cd5574f53bb7cc1f0e7286e1ffab;p=WP-Themes%2Fuptravel.git adding overflow hidden to the county dropdown map --- diff --git a/css/app.css b/css/app.css index 05d1e5c..903b17a 100644 --- a/css/app.css +++ b/css/app.css @@ -7294,9 +7294,9 @@ body .agenda-date { background-color: #c0c0c0 !important; } body .counties-menu .sub-menu { - left: calc(-664px - 2.5vw) !important; + left: calc(-775px - 2.5vw) !important; max-width: 1030px; - overflow: hidden; } + overflow: hidden !important; } body .counties-menu .sub-menu .dropdown-menu-wrapper { -moz-column-count: 2; -webkit-column-count: 2; diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 5d9c737..4b63cb1 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -1,9 +1,9 @@ body{ .counties-menu{ .sub-menu{ - left: calc(-664px - 2.5vw) !important; + left: calc(-775px - 2.5vw) !important; max-width: 1030px; - overflow: hidden; + overflow: hidden !important; .dropdown-menu-wrapper{ -moz-column-count: 2; -webkit-column-count: 2;