Removed overflow from token and note menu

This commit is contained in:
Mitchell McCaffrey 2021-01-21 14:47:49 +11:00
parent f9e6d9d807
commit 2f9a55f176
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ function NoteMenu({
left={`${menuLeft}px`}
onModalContent={handleModalContent}
>
<Box sx={{ width: "156px" }} p={1}>
<Box sx={{ width: "156px", overflow: "hidden" }} p={1}>
<Flex
as="form"
onSubmit={(e) => {

View File

@ -130,7 +130,7 @@ function TokenMenu({
left={`${menuLeft}px`}
onModalContent={handleModalContent}
>
<Box sx={{ width: "156px" }} p={1}>
<Box sx={{ width: "156px", overflow: "hidden" }} p={1}>
<Flex
as="form"
onSubmit={(e) => {