about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorAriel <arielrodrigues@protonmail.com>2020-07-01 08:52:05 -0300
committerGitHub <noreply@github.com>2020-07-01 13:52:05 +0200
commite9ea960773ee6a1068623374b21d768918fbc93b (patch)
treef52516196b6fb424440d6840f3bd7704a90ae7d6 /app
parent4babf5b8b5ba8eca5a14f3b2813775240db8f8f1 (diff)
Fix cursor type in statuses (#14185)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
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.