@import "tailwindcss"; @config "./tailwind.config.js"; @plugin "daisyui"; @layer base { html, body { @apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-behavior-y-none; } }