diff --git a/omf/static/geoJsonMap/v3/searchModal.css b/omf/static/geoJsonMap/v3/searchModal.css index e5a68feee..cb3ff81c4 100644 --- a/omf/static/geoJsonMap/v3/searchModal.css +++ b/omf/static/geoJsonMap/v3/searchModal.css @@ -109,12 +109,12 @@ ***************************************/ /* -- Set a max-height that works on desktop and laptops AND our microgridup iframe (81vh) +- Set a max-height that works on desktop and laptops AND our microgridup iframe (79vh) - Hide overflow-x so the horizontal scrollbar doesn't flash in appearance - Set overflow-y so that the user can scroll through the search results */ .searchModal + div { - max-height: 81vh; + max-height: 79vh; overflow-x: hidden; overflow-y: auto; }