Avoid that there is any space between the footer and the viewport bottom

This commit is contained in:
2026-05-07 20:09:47 +02:00
parent a1ddf0d145
commit 41500560f3
+1 -1
View File
@@ -19,12 +19,12 @@ import Searchbar from '../features/search/components/Searchbar.vue'
<style scoped>
.main-content {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
gap: 60px;
flex-grow: 1;
}
.global-header {