Skip to content

Commit

Permalink
Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Aug 4, 2023
1 parent 7de0c9c commit 96d5c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Application.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="min-h-screen h-screen flex flex-col justify-between">
<div class="h-full">
<div class="flex flex-col flex-grow">
<LayoutHeader />
<slot />
</div>
Expand Down

0 comments on commit 96d5c45

Please sign in to comment.