From aafb4396f269b00828fa896d96a7540b6fe49d1d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 16 Jan 2019 10:01:03 -0500 Subject: [PATCH] fixing the offset for the county map dropdown starting left position --- css/app.css | 2 +- scss/plugins/_countyMap.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 071101f..0f6dac7 100644 --- a/css/app.css +++ b/css/app.css @@ -7945,7 +7945,7 @@ body .resetMap { transform: translateX(1%) !important; } body #county-map-dropdown { display: none; - transform: translateX(-42.5%); + transform: translateX(-37.5%); background-color: white; transition: transform 300ms ease-in-out; flex: 1 0 auto; } diff --git a/scss/plugins/_countyMap.scss b/scss/plugins/_countyMap.scss index 5974d31..9b2a888 100644 --- a/scss/plugins/_countyMap.scss +++ b/scss/plugins/_countyMap.scss @@ -23,7 +23,7 @@ body{ } #county-map-dropdown{ display: none; - transform: translateX(-42.5%); + transform: translateX(-37.5%); background-color: white; transition: transform 300ms ease-in-out; flex: 1 0 auto; -- 2.17.1