mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
adjust minimum height of window
This commit is contained in:
parent
6408982d77
commit
8fa81e3faa
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<Navbar></Navbar>
|
||||
</div>
|
||||
<!-- Page Content -->
|
||||
<div class="ml-5 mr-5 mt-5 min-h-screen items-center justify-center">
|
||||
<div class="ml-5 mr-5 mt-5 min-h-[calc(100vh-(var(--spacing)*15))] items-center justify-center">
|
||||
{@render children()}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue