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