[Glitch] Fix cursor type in statuses

Port e9ea960773 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Ariel 4 years ago committed by Thibaut Girka
parent 24508bb837
commit f60c78ff3e
  1. 2
      app/javascript/flavours/glitch/styles/components/status.scss

@ -295,7 +295,7 @@
position: relative;
height: auto;
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.

Loading…
Cancel
Save