FC4E-CAT / fc4e-cat-ui

The UI of the CAT
https://cat.argo.grnet.gr
Apache License 2.0
1 stars 4 forks source link

CAT-525 Avoid scrollups between criteria tabs and test content #382

Closed kaggis closed 1 month ago

kaggis commented 1 month ago

Goal

Avoid scrolling up and down between criteria tabs and test content

Solution (test locally before merge)

Add a max height of 80% of the viewport for the active assessment content (criteria and tests). Add scroll bars to these two columns (list of criteria / list of tests for each criterion). Since the criteria are displayed as tabs that change the content of the tests try to add their scrollbar to the left side to maintain the visual appearance of a tab view (even thought the tabs scroll). Might seem a bit off for some users - feedback needed