11 lines
144 B
CSS
11 lines
144 B
CSS
.zoom-pan-wrapper {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.zoom-pan-wrapper svg {
|
|
cursor: grab;
|
|
}
|
|
|
|
.zoom-pan-wrapper svg:active {
|
|
cursor: grabbing;
|
|
} |