feat(ui): gallery scrollbars autohide

This commit is contained in:
psychedelicious
2025-06-26 19:43:53 +10:00
parent 82f31f2258
commit 0bf84ab803

View File

@@ -411,6 +411,14 @@ const useScrollableGallery = (rootRef: RefObject<HTMLDivElement>) => {
viewport.style.overflowY = `var(--os-viewport-overflow-y)`;
},
},
options: {
scrollbars: {
visibility: 'auto',
autoHide: 'scroll',
autoHideDelay: 1300,
theme: 'os-theme-dark',
},
},
});
useEffect(() => {