diff --git a/src/style.css b/src/style.css index 9dba5aa..839bd6e 100644 --- a/src/style.css +++ b/src/style.css @@ -22,6 +22,10 @@ body { width: 0; } +img { + pointer-events: none; +} + input[type='range'] { appearance: none; -webkit-appearance: none;