Skip to content

Commit e7a60c0

Browse files
fix(ui): prevent vertical scrolling on row containers
1 parent 4b54ccc commit e7a60c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/builder/ContainerElement.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const containerViewModeSx: SystemStyleObject = {
6161
overflowX: 'auto',
6262
overflowY: 'visible',
6363
h: 'min-content',
64+
flexShrink: 0,
6465
},
6566
'&[data-parent-layout="column"]': {
6667
w: 'full',

0 commit comments

Comments
 (0)