grab
This commit is contained in:
parent
ff37cb7823
commit
4281bf1735
@ -28,6 +28,11 @@ body {
|
||||
#screenRow {
|
||||
display: block;
|
||||
transform: translateZ(var(--tZ)) rotateX(var(--rX)) rotateY(var(--rY));
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#screenRow:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
#screenRow * {
|
||||
|
Loading…
x
Reference in New Issue
Block a user