Fix layout

This commit is contained in:
philipp lang 2024-10-20 18:31:22 +02:00
parent 816950797f
commit 96f8f7e152
1 changed files with 3 additions and 1 deletions

View File

@ -29,8 +29,10 @@ class SettingLayout extends Component
</x-slot:right>
<div class="flex grow relative">
<x-ui::menulist :entries="$entries"></x-ui::menulist>
<div class="grow">
{{ $slot }}
</div>
</div>
</x-page::layout>
HTML;
}