Skip to content

Commit

Permalink
Layout: Remove 100vh, add Quasar css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett-S-OWB committed Oct 11, 2024
1 parent 48e6957 commit b8d981e
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</q-header>

<!-- Page container that takes the remaining height -->
<q-page-container class="page-container">
<q-page-container class="column flex">
<router-view />
</q-page-container>
</q-layout>
Expand Down Expand Up @@ -44,11 +44,3 @@ function toggleColorMode() {
$q.dark.toggle();
}
</script>

<style>
.page-container {
height: 100vh;
display: flex;
flex-direction: column;
}
</style>

0 comments on commit b8d981e

Please sign in to comment.