fix(ui): prevent vertical scrolling on row containers

This commit is contained in:
psychedelicious
2025-03-14 06:12:05 +10:00
parent 4b54ccc29c
commit e7a60c01ed

View File

@@ -61,6 +61,7 @@ const containerViewModeSx: SystemStyleObject = {
overflowX: 'auto',
overflowY: 'visible',
h: 'min-content',
flexShrink: 0,
},
'&[data-parent-layout="column"]': {
w: 'full',