Components
← All components

Scroll Area

stimeo--scroll-area

Makes a scrolling box reachable from the keyboard and tells CSS where in it you are.

  • Core

Makes an ordinary scrolling box easier to use, without drawing a scrollbar of its own. When the content overflows and there is nothing focusable inside, the box itself becomes focusable, so no region is left reachable only by a mouse wheel. Whether you are at the start, in the middle or at the end is readable from CSS for drawing edge shadows, along with whether it overflows at all and how far you have come. Reaching an end is reported as well.

running

This region scrolls with the keyboard once it overflows. Tab to it, then use the arrow keys.

Log line 1

Log line 2

Log line 3

Log line 4

Log line 5

Log line 6

Log line 7

Log line 8

Log line 9

Log line 10

Log line 11

Log line 12

Keyboard

KeyAction
↑ / ↓ / ← / → Scroll the region (browser default once focusable).
PageUp / PageDown Scroll by one page.
Home / End Scroll to the start / end.