mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateBanner: disable pointer events for background animation
This commit is contained in:
parent
83cd51f4db
commit
0b602b9164
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
|
|
||||||
#banner-background {
|
#banner-background {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in a new issue