diff options
author | Ariel <arielrodrigues@protonmail.com> | 2020-07-01 08:52:05 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 13:52:05 +0200 |
commit | e9ea960773ee6a1068623374b21d768918fbc93b (patch) | |
tree | f52516196b6fb424440d6840f3bd7704a90ae7d6 | |
parent | 4babf5b8b5ba8eca5a14f3b2813775240db8f8f1 (diff) |
Fix cursor type in statuses (#14185)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index b3f6d5749..58bc0ff8b 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -992,7 +992,7 @@ position: relative; min-height: 54px; border-bottom: 1px solid lighten($ui-base-color, 8%); - cursor: default; + cursor: auto; @supports (-ms-overflow-style: -ms-autohiding-scrollbar) { // Add margin to avoid Edge auto-hiding scrollbar appearing over content. |