Disable pointer events
This commit is contained in:
parent
b9f830a23b
commit
c6d72516d5
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
top: 0;
|
||||
height: 0;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.magicContainer {
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
position: sticky;
|
||||
top: 0;
|
||||
height: 0;
|
||||
z-index: -5;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.rainContainer {
|
||||
|
|
Loading…
Reference in a new issue