footer : disable pointer events when hidden #57
All checks were successful
Deploy / Deploy to Production (push) Successful in 28s
All checks were successful
Deploy / Deploy to Production (push) Successful in 28s
This commit is contained in:
parent
4dc937addd
commit
5c2c015850
1 changed files with 4 additions and 0 deletions
|
|
@ -127,6 +127,10 @@
|
||||||
|
|
||||||
footer.hidden {
|
footer.hidden {
|
||||||
transform: translateY(var(--footer-height));
|
transform: translateY(var(--footer-height));
|
||||||
|
pointer-events: none !important;
|
||||||
|
}
|
||||||
|
footer.hidden * {
|
||||||
|
pointer-events: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Main row --- */
|
/* --- Main row --- */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue