mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
Always show grabbing cursor when mouse component is activated because pan and tilt is always possible.
17 lines
237 B
CSS
17 lines
237 B
CSS
.MouseContainerGrab,
|
|
.MouseContainerGrabbing {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: -2;
|
|
}
|
|
|
|
.MouseContainerGrab {
|
|
cursor: grab;
|
|
}
|
|
|
|
.MouseContainerGrabbing {
|
|
cursor: grabbing;
|
|
} |