21 lines
305 B
SCSS
21 lines
305 B
SCSS
.mapContainer {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.stream-element .near-from:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.leaflet-control-zoom {
|
|
display: none;
|
|
}
|
|
|
|
.leaflet-bottom .leaflet-control {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.leaflet-right .leaflet-control {
|
|
margin-right: 0;
|
|
}
|