You have a dashboard panel in Figma that contains a long list of KPIs. You want users to scroll vertically inside this panel without affecting the whole page. Which overflow scrolling setting should you use?
Think about how to allow scrolling inside a fixed area without moving the whole page.
Setting overflow to 'Scroll' enables a scrollbar inside the panel, allowing users to scroll through content that exceeds the panel's visible area.
Why is it important to use overflow scrolling correctly in BI dashboards designed in Figma?
Think about how users interact with large data sets on limited screen space.
Proper overflow scrolling lets users scroll through large content areas inside fixed panels, keeping the overall dashboard layout stable and easy to understand.
A dashboard panel in Figma is set to overflow 'Visible', but the content is cut off and users cannot scroll to see all KPIs. What is the most likely cause?
Consider how overflow settings affect content visibility inside fixed-size containers.
Setting overflow to 'Scroll' or 'Auto' allows the panel to show scrollbars when content exceeds the visible area, enabling users to scroll and see all content.
You want to design a KPI list in Figma where the header row stays fixed at the top while the KPI rows below scroll vertically. Which approach correctly achieves this?
Think about how to keep one part fixed while another part scrolls independently.
Separating the header into its own frame above a scrollable KPI rows frame allows the header to stay visible while users scroll through the KPIs.
You are designing a BI dashboard in Figma with multiple scrollable panels. What is the best practice to ensure keyboard users can navigate all scrollable areas easily?
Consider how keyboard users interact with scrollable content.
Making scrollable panels keyboard focusable and supporting arrow key scrolling ensures accessibility for users who rely on keyboard navigation.