From c547f104985be15313bdb592f4a1f737245e6177 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 26 Sep 2022 04:52:16 +0200 Subject: [PATCH] make it possible to click on the spider --- files/assets/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index c86e587670..5d33d4ff79 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6279,4 +6279,8 @@ div.markdown { font-size:10px; padding: 2px 0.5rem !important; margin: 0 0.5rem !important; +} + +.bug { + pointer-events: none !important; } \ No newline at end of file