Only play hide-scroll animation for webkit scrollbar

65dcf9d341fff5942fdd85d29a4b5f13a4db0e6b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +4 -1Ignore whitespace
public/style.css+4 -1
@@ -5398,7 +5398,10 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra
53985398 height: auto;
53995399 height: calc-size(auto, size);
54005400 overflow-y: auto;
5401- animation: hide-scroll var(--animation-duration-2x) backwards;
5401+
5402+ @supports selector(::-webkit-scrollbar-thumb) {
5403+ animation: hide-scroll var(--animation-duration-2x) backwards;
5404+ }
54025405
54035406 @starting-style {
54045407 height: 0;