From b756e49cf146dd4b69d0ba168c77ae7062e81fb0 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 5 Apr 2023 03:04:08 -0400 Subject: [Glitch] Enable Stylelint property-no-unknown Port cd14f712ad9f5a6ebdbec8c9b87740cd76d949e7 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components/drawer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss index 33a48eec4..ec8a3da9e 100644 --- a/app/javascript/flavours/glitch/styles/components/drawer.scss +++ b/app/javascript/flavours/glitch/styles/components/drawer.scss @@ -218,7 +218,6 @@ width: 85%; height: 100%; pointer-events: none; - user-drag: none; user-select: none; } -- cgit