mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 23:44:18 -07:00
Zoom fade for higher zoom levels (#265)
This commit is contained in:
parent
f9ffe305b2
commit
92efc5c937
21 changed files with 1617 additions and 1348 deletions
33
client/src/components/mapboxMap.module.scss
Normal file
33
client/src/components/mapboxMap.module.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue