0
0
Figmabi_tool~20 mins

Overflow scrolling in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Overflow Scrolling Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Identify the correct overflow scrolling setting for a dashboard panel

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?

ASet the panel's overflow to 'Visible' so all content shows without scrolling.
BSet the panel's overflow to 'Scroll' to enable vertical scrolling inside the panel.
CSet the panel's overflow to 'Hidden' to prevent any scrolling inside the panel.
DSet the panel's overflow to 'No scroll' to disable scrolling but clip content.
Attempts:
2 left
💡 Hint

Think about how to allow scrolling inside a fixed area without moving the whole page.

🧠 Conceptual
intermediate
2:00remaining
Understanding overflow scrolling impact on user experience

Why is it important to use overflow scrolling correctly in BI dashboards designed in Figma?

AIt allows users to navigate large data areas smoothly without losing context of the dashboard layout.
BIt automatically summarizes data to fit the screen.
CIt disables scrolling so users focus only on visible data.
DIt prevents users from seeing all data at once, which is always better.
Attempts:
2 left
💡 Hint

Think about how users interact with large data sets on limited screen space.

🔧 Formula Fix
advanced
2:00remaining
Fix the scrolling issue in a Figma dashboard panel

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?

AThe panel's overflow should be set to 'Scroll' or 'Auto' to enable scrolling inside the fixed height panel.
BThe panel's height is fixed and overflow is set to 'Visible', so content outside the panel is hidden by the frame.
CThe panel's width is too small, causing horizontal scrolling instead of vertical.
DThe panel has no content inside, so scrolling is disabled.
Attempts:
2 left
💡 Hint

Consider how overflow settings affect content visibility inside fixed-size containers.

data_modeling
advanced
2:00remaining
Designing a scrollable KPI list with fixed header in Figma

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?

ASet the entire KPI list frame overflow to 'Visible' and rely on page scrolling.
BPlace the header and KPI rows inside the same frame with overflow set to 'Scroll'.
CPlace the header in a separate frame above a scrollable frame containing KPI rows with overflow set to 'Scroll'.
DGroup header and KPI rows and set overflow to 'Hidden' to prevent scrolling.
Attempts:
2 left
💡 Hint

Think about how to keep one part fixed while another part scrolls independently.

🎯 Scenario
expert
2:00remaining
Optimizing overflow scrolling for accessibility in BI dashboards

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?

ADisable keyboard focus on scrollable panels to prevent confusion.
BMake all panels scrollable simultaneously to reduce tab stops.
CUse only mouse scrolling and hide scrollbars to keep the design clean.
DEnsure each scrollable panel is reachable via keyboard tabbing and supports arrow key scrolling inside the panel.
Attempts:
2 left
💡 Hint

Consider how keyboard users interact with scrollable content.