Feat: footer reveal — page-scrollable-footer intégré aux vues
All checks were successful
Deploy / Deploy to Production (push) Successful in 25s
All checks were successful
Deploy / Deploy to Production (push) Successful in 25s
- Footer renommé page-scrollable-footer, positionné en dernier enfant de .page-container dans About, Blog et Article - Marges négatives pour aligner le footer pleine largeur (about / blog) - Retrait du footer global fixe de App.svelte Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4d425dd126
commit
c6fa61c77b
6 changed files with 18 additions and 17 deletions
|
|
@ -17,11 +17,6 @@
|
|||
.page-scrollable {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
margin-bottom: var(--footer-height);
|
||||
}
|
||||
|
||||
.page-scrollable .page-container {
|
||||
margin-bottom: var(--footer-height);
|
||||
}
|
||||
|
||||
/* Vertical Lines */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue