2024-11-14 15:26:44 +02:00
|
|
|
@layer tailwind-base, primevue, tailwind-utilities;
|
|
|
|
|
|
|
|
|
|
@layer tailwind-base {
|
|
|
|
|
@tailwind base;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@layer tailwind-utilities {
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
2024-12-07 22:37:32 +02:00
|
|
|
.scroll-touch {
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
}
|
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 22:37:32 +02:00
|
|
|
}
|