We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62b5ec + 7545e4f commit ccf9635Copy full SHA for ccf9635
bin/freenit.sh
@@ -418,16 +418,18 @@ EOF
418
<MenuItems {toggle} {logout} {store} />
419
</LeftPane>
420
421
-<MenuBar {toggle} title="${NAME}" />
422
<section class="root">
+ <MenuBar {toggle} title="${NAME}" />
423
<div class="main">
424
{@render children?.()}
425
</div>
426
</section>
427
428
<style>
429
.root {
430
- height: 100vh;
+ height: 100dvh;
431
+ display: flex;
432
+ flex-direction: column;
433
}
434
435
.main {
0 commit comments