diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-04-05 03:04:08 -0400 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-04-09 12:05:55 +0200 |
commit | b756e49cf146dd4b69d0ba168c77ae7062e81fb0 (patch) | |
tree | 5299841c10a64c0a1839f49bd5f0b9e3f3048d81 /app | |
parent | 7b04c2fb71a32f135695071809d80bf1f46e58a9 (diff) |
[Glitch] Enable Stylelint property-no-unknown
Port cd14f712ad9f5a6ebdbec8c9b87740cd76d949e7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/drawer.scss | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |