24 lines
310 B
CSS
24 lines
310 B
CSS
@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%;
|
|
} |