fix: html css

This commit is contained in:
Andras Bacsai
2024-12-17 13:40:07 +01:00
parent bf9d89f279
commit 0ce01238d7

View File

@@ -6,11 +6,11 @@
html, html,
body { body {
@apply h-full bg-neutral-50 text-neutral-800 dark:bg-base dark:text-neutral-400 w-full; @apply min-h-full bg-neutral-50 dark:bg-base dark:text-neutral-400 w-full;
} }
body { body {
@apply text-sm antialiased scrollbar; @apply text-sm antialiased scrollbar min-h-screen;
} }
.apexcharts-tooltip { .apexcharts-tooltip {