Skip to content

Commit 16b1c24

Browse files
committed
[*] Fix main view not contains the window's height
1 parent fcab31a commit 16b1c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<n-layout-header :inverted="false" bordered>
1919
<the-header />
2020
</n-layout-header>
21-
<n-layout has-sider style="height: calc(100vh - 66px); bottom: 0">
21+
<n-layout has-sider style="height: calc(100dvh - 65px); bottom: 0">
2222
<div>
2323
<guest-sidebar v-if="showGuestSidebar" />
2424
<main-sidebar v-if="showMainSidebar" />

0 commit comments

Comments
 (0)