Skip to content

Commit

Permalink
fix: Layout fix (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Nov 15, 2023
1 parent cdc1c16 commit 74321b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ function logError(error) {
</script>

<style>
#app {
#__nuxt {
height: 100%;
display: flex;
flex-direction: column;
}
</style>

Expand All @@ -124,7 +126,7 @@ function logError(error) {
<style scoped>
.app {
&__footer {
flex-shrink: 0; /* force footer on bottom of a screen */
margin-top: auto;
}
}
</style>
1 change: 1 addition & 0 deletions src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<style scoped>
.default-layout {
flex: 1 0 auto;
background-image: url("@/assets/background.svg");
background-color: var(--color-midnight-35);
background-attachment: fixed;
Expand Down

0 comments on commit 74321b7

Please sign in to comment.