From 257b585377f4ce7c323914cdc16b098da2a57580 Mon Sep 17 00:00:00 2001 From: Dorian Koch <doriank@fsmpi.rwth-aachen.de> Date: Sat, 14 Dec 2024 12:17:15 +0100 Subject: [PATCH] Remove click blocker from update overlay to enable faster editing (at the cost of consistency) --- src/styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.scss b/src/styles/globals.scss index ac7fc5e..405d9d1 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -291,7 +291,7 @@ $link-decoration: none; .edits-disabled-overlay.visible { animation: fadeIn 0s ease-in-out forwards; - pointer-events: all; + pointer-events: none; } @keyframes fadeIn { -- GitLab