Skip to content

Commit

Permalink
Corrige la position du pied de page quand une bannière est présente
Browse files Browse the repository at this point in the history
Corrige l'issue #6525
  • Loading branch information
Alexinfos committed Jan 21, 2025
1 parent 4d9a460 commit 21dc9ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ body {

min-height: 100vh;

.has-top-banner & {
min-height: calc(100vh - ($font-size-6 * 1.15 + $length-2) - .2rem);
}

.main-container {
display: flex;

Expand Down

0 comments on commit 21dc9ac

Please sign in to comment.