From 496818a854dd1279eec5123c2711364df79e770f Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Thu, 1 Jul 2021 01:09:19 +0800 Subject: [PATCH] fix: threading should not have pointer events --- custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.css b/custom.css index e6d4f3f..e1ca88d 100644 --- a/custom.css +++ b/custom.css @@ -272,6 +272,7 @@ div.items-center::after, .ls-block::after, .block-content-wrapper::before { transition: all 0.1s; + pointer-events: none; } .ls-block > div > div.items-center::before {