Fix final transform modifying coordinates

This commit is contained in:
2024-12-08 15:35:27 -05:00
parent 845e7fb4f7
commit 3c583705f8
8 changed files with 27 additions and 20 deletions

View File

@ -22,7 +22,7 @@
margin: 0
}
.inputElement > input {
.inputElement > input[type=range] {
width: 100%;
}