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

2
next-env.d.ts vendored
View file

@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.