Skip to content

ScrollArea โ€‹

Source: client/lib/theme/vueda-tailwind/shell/index.js

The root wrapper for a custom scroll area. It establishes relative positioning for scrollbars without adding surface chrome.

Vue component: ScrollArea

SlotDefault classesDescription
rootrelativeThe root wrapper for a custom scroll area. It establishes relative positioning for scrollbars without adding surface chrome.
viewportsize-full rounded-[inherit] transition-colors focus-visible:focus-ringThe focusable viewport inside a scroll area. It inherits the parent radius and exposes a keyboard focus outline around the scrolling region.

root โ€‹

The root wrapper for a custom scroll area. It establishes relative positioning for scrollbars without adding surface chrome.

Default classes:

relative

Source: client/lib/theme/vueda-tailwind/shell/ScrollArea.theme.js:18

viewport โ€‹

The focusable viewport inside a scroll area. It inherits the parent radius and exposes a keyboard focus outline around the scrolling region.

Default classes:

size-full rounded-[inherit] transition-colors focus-visible:focus-ring

Source: client/lib/theme/vueda-tailwind/shell/ScrollArea.theme.js:24

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2