Skip to content

Commit

Permalink
push footer to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq committed Dec 13, 2024
1 parent b6391eb commit 7e75903
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion confiture-web-app/src/components/layout/SiteFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const bottomLinks = [
</script>

<template>
<footer id="footer" class="fr-footer" role="contentinfo">
<footer id="footer" class="fr-footer fr-mt-auto" role="contentinfo">
<div v-if="accountStore.account" class="fr-footer__top">
<div class="fr-container">
<div class="fr-grid-row fr-grid-row--start fr-grid-row--gutters">
Expand Down
6 changes: 6 additions & 0 deletions confiture-web-app/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
--dsfr-outline: #0a76f6;
}

#app {
display: flex;
flex-direction: column;
min-height: 100vh;
}

/* FIXME: Collapses have awful transition performances. Re-enable when performance problems have been fixed. */
.fr-collapse,
.fr-collapse::before {
Expand Down

0 comments on commit 7e75903

Please sign in to comment.