feat(ui): more tweaking controlnet ui

This commit is contained in:
psychedelicious
2023-06-01 22:52:25 +10:00
parent 98493ed9e2
commit b17f4c1650
14 changed files with 271 additions and 148 deletions

View File

@@ -104,7 +104,8 @@ const IAICustomSelect = (props: IAICustomSelectProps) => {
ref={refs.setFloating}
sx={{
...floatingStyles,
width: 'max-content',
width: 'full',
// width: 'max-content',
top: 0,
left: 0,
flexDirection: 'column',
@@ -118,6 +119,7 @@ const IAICustomSelect = (props: IAICustomSelectProps) => {
px: 0,
h: 'fit-content',
maxH: 64,
minW: 48,
}}
>
<OverlayScrollbarsComponent>