You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sidebar on the individual screening and assessment page is locked in a sticky position. Depending on the users screen size, it could force them to scroll through the entire page to view an action. We could easily fix this annoyance by adding a scrollbar, when the screen height is smaller then the sidebar.
🦋 Expected Behaviour
If the screen height is smaller than then sidebar, the user should see a scrollbar to view more actions.
🕵️ Details
It should be as simple as forcing a height on the sidebar (something like 100vh - top/bottom padding) and setting overflow: auto .
📋 Steps to Reproduce
Login as admin
Choose a process, and select a candidate in the talent placement table
Scroll down using vertical height smaller then the sidebar height (using dev tools)
📸 Screenshot
🙋♀️ Proposed Solution
✅ Acceptance Criteria
If the screen height is smaller than then sidebar, the user should see a scrollbar to view more actions. (The whole sticky element is scrollable)
🐛 Bug
🦋 Expected Behaviour
If the screen height is smaller than then sidebar, the user should see a scrollbar to view more actions.
🕵️ Details
It should be as simple as forcing a
height
on the sidebar (something like 100vh - top/bottom padding) and settingoverflow: auto
.📋 Steps to Reproduce
📸 Screenshot
🙋♀️ Proposed Solution
✅ Acceptance Criteria
The text was updated successfully, but these errors were encountered: