From: Ariel Date: Wed, 1 Jul 2020 11:52:05 +0000 (-0300) Subject: Fix cursor type in statuses (#14185) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e9ea960773ee6a1068623374b21d768918fbc93b;p=mastodon.git Fix cursor type in statuses (#14185) --- 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.