mobile > footer : disable pointer events
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s
This commit is contained in:
parent
ffeedcdaed
commit
7241e75023
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
z-index: 2;
|
||||
|
||||
transition: transform .3s var(--ease-standard);
|
||||
pointer-events: none;
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
footer p, footer, a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue