From ec1c4ac26fd0205a70c5846e47cddd19cdfb5a43 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 2 Jul 2023 11:47:41 +0200 Subject: [PATCH] Fixes #424 --- web/styles/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/theme.scss b/web/styles/theme.scss index 9f67211..5e7416a 100644 --- a/web/styles/theme.scss +++ b/web/styles/theme.scss @@ -449,6 +449,7 @@ .sb-directive-start-outside { color: transparent !important; + pointer-events: none; .sb-directive-placeholder { color: var(--directive-font-color) !important;