mobile > footer : disable pointer events
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s

This commit is contained in:
isUnknown 2026-04-04 10:19:32 +02:00
parent ffeedcdaed
commit 7241e75023

View file

@ -111,7 +111,7 @@
z-index: 2; z-index: 2;
transition: transform .3s var(--ease-standard); transition: transform .3s var(--ease-standard);
pointer-events: none; pointer-events: none !important;
} }
footer p, footer, a { footer p, footer, a {