enable autoHideSuspend on all overlayscrollbars instances

This commit is contained in:
jeffvli
2025-12-27 15:48:50 -08:00
parent 9c59a38f7a
commit b9a0d9b847
5 changed files with 5 additions and 0 deletions
@@ -38,6 +38,7 @@ export const ScrollArea = forwardRef((props: ScrollAreaProps, ref: Ref<HTMLDivEl
scrollbars: {
autoHide: 'leave',
autoHideDelay: scrollHideDelay || 500,
autoHideSuspend: true,
pointers: ['mouse', 'pen', 'touch'],
theme: 'feishin-os-scrollbar',
visibility: 'visible',