j40-cejst-2/client/src/components/mapboxMap.module.scss
Nat Hillard beac44ef20
Various map styling fixes (#278)
Addresses #182, #291, #273 and #191 

In particular:
* Removes zoom fading for now
* adds legend
* Styles mapbox popup correctly
* Styles zoom control
* Adds feature borders at higher zoom levels
2021-07-01 12:57:59 -04:00

14 lines
233 B
SCSS

$sidebar-background: rgba(35, 55, 75, 0.9);
$sidebar-color: #ffffff;
.mapContainer {
height: 676px;
}
.j40Popup {
max-height: 300px;
min-width: 36%;
max-width: 36%;
overflow-y: scroll;
pointer-events: all !important;
}