Onto-Med / top-frontend

JavaScript based frontend of the TOP Framework
MIT License
0 stars 1 forks source link

TableWithActions overflows #313

Closed fmatthies closed 11 months ago

fmatthies commented 11 months ago

When restricting the height of the q-card (that contains the table-with-actions) to the viewport, the table goes outside the former borders. (If no restriction is placed on the q-card, it extends beyond the viewport and one has to scroll down (table header and page title aren't visible anymore) Probably wasn't a problem when table-with-actions was solely used for Repositories and Organizations as there weren't that many to display. overflow_twa overflow_twa_card-ext

ChristophB commented 11 months ago

Should be fixed now:

image

fmatthies commented 11 months ago

Thanks; looks good! I still have to scroll a little bit (the q-card goes beyond the viewport).

overflow_twa_card-ext2

ChristophB commented 11 months ago

Yeah, this depends on the screen size. The header has a fixed height of 58px and the table is set to 72vh, which is relative to screen size.