Scrollbar bug fixed (#9357)

pull/9419/head^2
Ninad Trivedi 2023-06-08 19:55:23 +05:30 committed by GitHub
parent 8f50e873c9
commit a9140b6a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ export const FormBuilder = function FormBuilder({
options={FieldTypes.filter((f) => !f.systemOnly)}
label={t("input_type")}
classNames={{
menuList: () => "min-h-[27.25rem]",
menuList: () => "min-h-[22.25rem] ",
}}
/>
<InputField