mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Revert "fix: Rework the layout of the parameters scrollbar"
This reverts commit 6f1fc397f7.
This commit is contained in:
@@ -8,9 +8,9 @@ const OverlayScrollable = (props: PropsWithChildren) => {
|
||||
style={{ height: '100%', width: '100%' }}
|
||||
options={{
|
||||
scrollbars: {
|
||||
visibility: 'visible',
|
||||
autoHide: 'never',
|
||||
autoHideDelay: 500,
|
||||
visibility: 'auto',
|
||||
autoHide: 'move',
|
||||
autoHideDelay: 1300,
|
||||
theme: 'os-theme-dark',
|
||||
},
|
||||
overflow: { x: 'hidden' },
|
||||
|
||||
Reference in New Issue
Block a user