blob: e7aee8663878bd4585a1550233f68f4d2ed21d23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
canvas {
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.maplibregl-popup-content {
padding: 10px !important;
}
.mapboxgl-ctrl {
margin: 10px;
}
|