Only play hide-scroll animation for webkit scrollbar
| @@ -5398,7 +5398,10 @@ body:has(#character_popup.open) #top-settings-holder:has(.drawer-content.openDra | ||
| 5398 | 5398 | height: auto; |
| 5399 | 5399 | height: calc-size(auto, size); |
| 5400 | 5400 | 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 | + } | |
| 5402 | 5405 | |
| 5403 | 5406 | @starting-style { |
| 5404 | 5407 | height: 0; |