Skip to content

Commit 7b6c14c

Browse files
committed
Don't do weird things with container height.
1 parent 0bf4764 commit 7b6c14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/templates/wrapper.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<body class="{{ $css['body'] ?? 'bg-grey-lighter' }}">
2828
@section('content')
2929
@yield('above-container')
30-
<div id="pterodactyl" class="flex flex-col min-h-screen">
30+
<div id="pterodactyl" class="flex flex-col">
3131
@yield('container')
3232
</div>
3333
@yield('below-container')

0 commit comments

Comments
 (0)