Fix overflow

This commit is contained in:
jeffvli
2022-11-14 01:15:02 -08:00
parent 420d4835be
commit 85e80be08b
@@ -46,7 +46,7 @@ export const AddServerForm = ({ onCancel }: AddServerFormProps) => {
);
})}
>
<Stack ref={focusTrapRef}>
<Stack ref={focusTrapRef} m={5}>
<SegmentedControl data={SERVER_TYPES} {...form.getInputProps('type')} />
<TextInput
data-autofocus