From 66a40dc76ee6d6f0d422a65d040309ad240caefe Mon Sep 17 00:00:00 2001 From: redhoodsu Date: Thu, 19 Jan 2023 18:10:07 +0800 Subject: [PATCH] chore: small changes --- src/style/mixin.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style/mixin.scss b/src/style/mixin.scss index 9c57217..1d20c9f 100644 --- a/src/style/mixin.scss +++ b/src/style/mixin.scss @@ -88,6 +88,9 @@ cursor: default !important; pointer-events: none; opacity: 0.5; + * { + pointer-events: none; + } } } }