mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): prevent vertical scrolling on row containers
This commit is contained in:
@@ -61,6 +61,7 @@ const containerViewModeSx: SystemStyleObject = {
|
||||
overflowX: 'auto',
|
||||
overflowY: 'visible',
|
||||
h: 'min-content',
|
||||
flexShrink: 0,
|
||||
},
|
||||
'&[data-parent-layout="column"]': {
|
||||
w: 'full',
|
||||
|
||||
Reference in New Issue
Block a user