MCPcopy Index your code
hub / github.com/anomalyco/opencode / scrollable

Function scrollable

packages/session-ui/src/pierre/virtualizer.ts:22–24  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

20}
21
22function scrollable(value: string) {
23 return value === "auto" || value === "scroll" || value === "overlay"
24}
25
26function scrollRoot(container: HTMLElement) {
27 let node = container.parentElement

Callers 2

WhichKeyPanelFunction · 0.85
scrollRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected