tell pig not to swallow pointer events

This commit is contained in:
2024-08-26 22:33:39 +02:00
parent 88c8682d94
commit c474780234

View File

@ -21,6 +21,7 @@
right: 0; right: 0;
transform: translate(1vw, 20%); transform: translate(1vw, 20%);
z-index: 600; z-index: 600;
pointer-events: none;
transition: opacity .6s ease; transition: opacity .6s ease;
&[data-inview=true] { &[data-inview=true] {