fix(ui): Options panel sliding because of long Lora or TI names

This commit is contained in:
blessedcoolant
2023-04-08 16:48:28 +12:00
parent bc724fcdc3
commit 1170cee1d8

View File

@@ -92,7 +92,8 @@ export default function IAISimpleMenu(props: IAIMenuProps) {
zIndex={15}
padding={0}
borderRadius="0.5rem"
overflowY="scroll"
overflow="scroll"
maxWidth={'22.5rem'}
maxHeight={500}
backgroundColor="var(--background-color-secondary)"
color="var(--text-color-secondary)"