fix(css): correct invalid tailwind utility class causing build failure

This commit is contained in:
spinline
2026-02-01 16:50:30 +03:00
parent 5773f9d494
commit 3289f2926d

View File

@@ -6,6 +6,6 @@
html,
body {
@apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-behavior-y-none;
@apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-y-none;
}
}