horvathmarton / stock-buddy-dashboard

Web app for the Stock Buddy portfolio monitoring platform.
MIT License
0 stars 0 forks source link

Content overflow is not handled properly #11

Closed horvathmarton closed 2 years ago

horvathmarton commented 2 years ago

Expected behavior

The app is always matched to the screen size. There is no overflow and scrollbar on the top level. If the content section overflows it handles it by displaying scrollbars as necessary. So there is no scrollbar on the main component but on e.g. tables that are longer than expected.

Actual behavior

The portfolio summary view is cut its bottom content on smaller screens. The height of the component had to be reduced manually and it only works on larger screens.

Steps to Reproduce the Problem

  1. Log in as a user with an existing portfolio.
  2. Open the portfolio summary view.

Screenshots

This is a full screenshot, the bottom of the page is cut down:

Screen Shot 2022-01-27 at 12 50 20
horvathmarton commented 2 years ago

I fixed the height of the containers, but the layout and scrolling of the summary tabs are still off a bit. Putting this issue back to TODO after merging the current fix to track the leftover issue.

horvathmarton commented 2 years ago
Screen Shot 2022-03-18 at 18 50 39