footer : hide on white paper page
All checks were successful
Deploy / Deploy to Production (push) Successful in 23s

This commit is contained in:
isUnknown 2026-04-04 10:27:10 +02:00
parent 0148d5a9c3
commit fc1fa42e67

View file

@ -119,6 +119,9 @@
}
:global(footer:not([data-template="white-paper"] footer)) {
bottom: 0;
}
:global([data-template="white-paper"] footer) {
display: none;
}