mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 02:25:10 -05:00
feat(ui): gallery scrollbars autohide
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user