Only play hide-scroll animation for webkit scrollbar

65dcf9d341fff5942fdd85d29a4b5f13a4db0e6b

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

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