@layer tailwind-base, primevue, tailwind-utilities; @layer tailwind-base { @tailwind base; } @layer tailwind-utilities { @tailwind components; @tailwind utilities; } /*html, body, #app {*/ /* height: 100%;*/ /* max-height: 100dvh;*/ /*}*/ html { height: 100dvh; } body, #app { height: 100%; }