This commit is contained in:
Adrien MALINGREY 2025-04-21 05:03:50 +02:00
parent ff37cb7823
commit 4281bf1735

View File

@ -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 * {