Closed fmatthies closed 11 months ago
Should be fixed now:
Thanks; looks good!
I still have to scroll a little bit (the q-card
goes beyond the viewport).
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.
When restricting the height of the
q-card
(that contains thetable-with-actions
) to the viewport, the table goes outside the former borders. (If no restriction is placed on theq-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 whentable-with-actions
was solely used for Repositories and Organizations as there weren't that many to display.