td2-visualizer/src/components/map/ZoomPanWrapper.css
2025-05-29 13:11:22 +02:00

11 lines
144 B
CSS

.zoom-pan-wrapper {
overflow: hidden;
}
.zoom-pan-wrapper svg {
cursor: grab;
}
.zoom-pan-wrapper svg:active {
cursor: grabbing;
}