This commit is contained in:
Adrien MALINGREY 2025-04-08 00:46:47 +02:00
parent 9023252822
commit 6cc8a9e645

View File

@ -310,5 +310,5 @@ screenRow.onwheel = function(event) {
event.stopPropagation()
let tZ = parseInt(getComputedStyle(screenRow).getPropertyValue("--tZ"))
tZ += event.deltaY
screenRow.style.setProperty("--tZ", zoom + "px")
screenRow.style.setProperty("--tZ", tZ + "px")
}