1
0
Fork 0

resources/views/layouts/app.blade.php: add "h-full" class to body (so that it's possible to have a full height sidebar).

This commit is contained in:
Henrik Hautakoski 2021-12-31 17:19:57 +01:00
parent 9992f4a1ed
commit 014e1bc091

View file

@ -8,7 +8,7 @@
@livewireStyles
<script defer src="https://unpkg.com/alpinejs@3.2.4/dist/cdn.min.js"></script>
</head>
<body>
<body class="h-full">
{{ $slot }}