smart-data-lake / sdl-visualization

Visualization for SDLB config
GNU General Public License v3.0
4 stars 1 forks source link

Workflow Run table doesn't handle layout overflow #63

Closed zzeekk closed 9 months ago

zzeekk commented 10 months ago

If not all rows of the table fit into the viewable area, the whole site get a vertical-scrollbar, instead of just the table. Also if you resize the columns so that the table gets bigger then the viewable size, the whole site get a horizontal-scrollbar, instead of just the table.

This has been solved for Workflows and Workflow view by using flexbox layout (flex: 1 and minWidth: 0), but the Workflow Run view needs a bigger refactoring to make this work. In this refactoring also the Drawer that gets opened from the left might be visually improved.

zzeekk commented 9 months ago

fixed in #62