mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-15 12:53:44 +02:00
Don't do weird things with container height.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user