[Glitch] Fix cursor type in statuses

Port eee8b314af to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
th-downstream
Ariel 4 years ago committed by Thibaut Girka
parent 0f633143eb
commit 98aa197c07

@ -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