diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-04-05 03:04:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-05 09:04:08 +0200 |
commit | cd14f712ad9f5a6ebdbec8c9b87740cd76d949e7 (patch) | |
tree | 13933741b5c8ff8e7e11d77706eb021eb8c5e800 /app | |
parent | 45848d654709678ba35d9e97e0b3df3e3916cd75 (diff) |
Enable Stylelint property-no-unknown (#24404)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index a4d7a6192..c24d61f89 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2941,7 +2941,6 @@ $ui-header-height: 55px; width: 85%; height: 100%; pointer-events: none; - user-drag: none; user-select: none; } |