Disable pointer events

This commit is contained in:
bingus_violet 2024-06-26 18:18:14 -05:00
parent b9f830a23b
commit c6d72516d5
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,7 @@
top: 0; top: 0;
height: 0; height: 0;
z-index: 0; z-index: 0;
pointer-events: none;
} }
.magicContainer { .magicContainer {

View file

@ -7,7 +7,8 @@
position: sticky; position: sticky;
top: 0; top: 0;
height: 0; height: 0;
z-index: -5; z-index: 0;
pointer-events: none;
} }
.rainContainer { .rainContainer {