2026-03-04 12:59:40 +01:00

4 lines
73 B
CSS

/* remove outline on focus */
.mapboxgl-canvas:focus {
outline: none;
}