client/apps/web/src/index.css
Alois c7ea9495bd
Some checks failed
/ deploy (push) Has been cancelled
(fix): weird keyboard behaviour in android app
(qol): update todos
2026-05-09 22:42:06 +02:00

19 lines
303 B
CSS

@import "tailwindcss";
@import "tailwind-scrollbar-hide/v4";
@import "tw-animate-css";
@import "@fontsource-variable/inter";
@source "./**/*.{ts,tsx}";
@source "../../../packages/**/src/**/*.{ts,tsx}";
html,
body,
#root {
height: 100%;
margin: 0;
overflow: hidden;
}
#root {
min-height: 0;
}