Merge pull request #450 from Mark-Fenng/main

fix: trait form is covered by section titles
This commit is contained in:
tanbowensg 2022-06-13 17:45:49 +08:00 committed by GitHub
commit d2daf17b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ export const AddTraitButton: React.FC<Props> = props => {
>
Add Trait
</MenuButton>
<MenuList zIndex={2}>{menuItems}</MenuList>
<MenuList zIndex={100}>{menuItems}</MenuList>
</Menu>
</Box>
);