Skip to content

Commit

Permalink
fix: fix page main content not taking full height (#1038)
Browse files Browse the repository at this point in the history
* fix: fix page main content not taking full height

* fix: fix missing global wrapper in view
  • Loading branch information
wa0x6e authored Dec 11, 2024
1 parent de81463 commit 81e0a90
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 258 deletions.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Layout/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ router.afterEach(() => {
/>
<main class="flex-auto w-full flex">
<div class="flex-auto w-0 mt-[72px]">
<router-view class="pb-6" />
<router-view class="h-full pb-6" />
</div>
<div
v-if="hasPlaceHolderSidebar"
Expand Down
Loading

0 comments on commit 81e0a90

Please sign in to comment.