Files
hereconnect/apps/frontend/src/style.css
T
ti 0d40aaf2da
Deploy app frontend / app frontend (push) Successful in 1m34s
fix scroll on ios
2024-12-07 23:18:32 +02:00

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%;
}