Don't do weird things with container height.
This commit is contained in:
parent
0bf4764bfb
commit
7b6c14cf7b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<body class="{{ $css['body'] ?? 'bg-grey-lighter' }}">
|
||||
@section('content')
|
||||
@yield('above-container')
|
||||
<div id="pterodactyl" class="flex flex-col min-h-screen">
|
||||
<div id="pterodactyl" class="flex flex-col">
|
||||
@yield('container')
|
||||
</div>
|
||||
@yield('below-container')
|
||||
|
|
Loading…
Reference in a new issue