Skip to content

Commit

Permalink
Merge pull request #171 from mekanix/generator
Browse files Browse the repository at this point in the history
Fix initial height
  • Loading branch information
mekanix authored Feb 19, 2025
2 parents f62b5ec + 7545e4f commit ccf9635
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/freenit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,16 +418,18 @@ EOF
<MenuItems {toggle} {logout} {store} />
</LeftPane>
<MenuBar {toggle} title="${NAME}" />
<section class="root">
<MenuBar {toggle} title="${NAME}" />
<div class="main">
{@render children?.()}
</div>
</section>
<style>
.root {
height: 100vh;
height: 100dvh;
display: flex;
flex-direction: column;
}
.main {
Expand Down

0 comments on commit ccf9635

Please sign in to comment.