We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa71c97 commit 4507d47Copy full SHA for 4507d47
packages/view/src/Components/x-base.view.php
@@ -15,7 +15,7 @@
15
16
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
17
</head>
18
-<body class="relative antialiased flex flex-col grow font-sans text-(--ui-text) bg-(--ui-bg) !overflow-visible !pr-0">
+<body class="flex flex-col h-full antialiased">
19
<x-slot/>
20
<x-slot name="scripts"/>
21
</body>
0 commit comments