We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcab31a commit 16b1c24Copy full SHA for 16b1c24
src/App.vue
@@ -18,7 +18,7 @@
18
<n-layout-header :inverted="false" bordered>
19
<the-header />
20
</n-layout-header>
21
- <n-layout has-sider style="height: calc(100vh - 66px); bottom: 0">
+ <n-layout has-sider style="height: calc(100dvh - 65px); bottom: 0">
22
<div>
23
<guest-sidebar v-if="showGuestSidebar" />
24
<main-sidebar v-if="showMainSidebar" />
0 commit comments