ward-wise / ward-wise-front-end

6 stars 4 forks source link

69 implement overflow w scroll for project list on chart page #81

Closed NoahAppelbaum closed 3 months ago

NoahAppelbaum commented 3 months ago

Added overflow scrolling for (desktop view) spending items. More work to be done resizing these elements generally (next to-do...), but in the meantime I think this is workable for current page dimensions.

smacmullan commented 3 months ago

The "h-screen" on DataVis is making the page height extend past the screen height, adding a scroll bar to the page. Things break switching to "h-full" though. I tried use flex/flex-grow, but then all the "h-*" classes break because containing elements no longer have an absolute height.

Can be fixed later. I'm okay with merging this now.