Zoom fade for higher zoom levels (#265)

This commit is contained in:
Nat Hillard 2021-06-30 07:08:22 -04:00 committed by GitHub
commit 92efc5c937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 1617 additions and 1348 deletions

View file

@ -0,0 +1,33 @@
$sidebar-background: rgba(35, 55, 75, 0.9);
$sidebar-color: #ffffff;
.mapContainer {
height: 676px;
margin-bottom: 29px;
max-width: revert;
margin-top: 50px;
}
.sidebar {
background-color: $sidebar-background;
color: $sidebar-color;
padding: 6px 12px;
font-family: monospace;
z-index: 1;
position: absolute;
top: 300px;
left: 0;
margin: 12px;
border-radius: 4px;
}
.j40Popup {
max-height: 300px;
max-width: 300px;
overflow: scroll;
pointer-events: all !important;
}
.j40Popup .mapboxgl-popup-content {
pointer-events: all;
}