Files
hereconnect/apps/frontend/src/style.css
T

24 lines
310 B
CSS
Raw Normal View History

@layer tailwind-base, primevue, tailwind-utilities;
@layer tailwind-base {
@tailwind base;
}
@layer tailwind-utilities {
@tailwind components;
@tailwind utilities;
2024-11-20 19:29:50 +02:00
}
2024-12-07 22:37:32 +02:00
/*html, body, #app {*/
/* height: 100%;*/
/* max-height: 100dvh;*/
/*}*/
html {
height: 100dvh;
}
body, #app {
2024-11-20 19:29:50 +02:00
height: 100%;
2024-12-07 23:18:32 +02:00
}