ward-wise / ward-wise-front-end

6 stars 4 forks source link

Fix desktop full-screen styling on ward spending page #85

Closed smacmullan closed 2 months ago

smacmullan commented 3 months ago

"h-screen" on the DataVis component makes the page height exceed the screen size, making the page start scrolling. We need to replace this with styling that takes up the rest of the available screen height. This gets tricky though because flex boxes and relative height styling don't interact well.