For the complete documentation index, see llms.txt. This page is also available as Markdown.

Theming

The following Injection Tokens apply to Theming

Scrollbars

CUSTOM_SCROLLBARS

This Injection Token unsets the custom scrollbars.

const CUSTOM_SCROLLBARS: InjectionToken<boolean>;

Last updated