From a7258deb41377e24b14d7c3f43deb3e7764036c4 Mon Sep 17 00:00:00 2001 From: Ray C Date: Thu, 16 May 2024 15:58:07 +0800 Subject: [PATCH] Update base style --- src/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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;