web/DonateBanner: disable pointer events for background animation

This commit is contained in:
dumbmoron 2024-08-06 12:42:17 +00:00
parent 83cd51f4db
commit 0b602b9164
No known key found for this signature in database

View file

@ -55,6 +55,7 @@
#banner-background {
position: absolute;
pointer-events: none;
top: 0;
width: 100%;
height: 100%;