fix: resolve chart visibility issues after CSV upload

- Add fixed width to sidebar (w-64) to prevent layout collapse
- Change chart container from flex-1 to w-full h-full for proper sizing
- Chart now properly displays after CSV upload
This commit is contained in:
Marko Djordjevic 2026-02-12 11:50:48 +01:00
parent 9b5bc9b6b3
commit 11f0759b0e
8 changed files with 37633 additions and 52 deletions

View file

@ -19,6 +19,7 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.24",
"better-sqlite3": "^12.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",