web/DonateOptionsCard: fix css selector for scroll button

This commit is contained in:
wukko 2025-04-28 22:37:24 +06:00
parent 04d1a2f96f
commit bd5c16ed15
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -400,7 +400,7 @@
} }
&:not(:hover) { &:not(:hover) {
& > .scroll-button { & > #donation-options-scroll .scroll-button {
visibility: hidden; visibility: hidden;
} }
} }