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

View File

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