Removed overflow from token and note menu
This commit is contained in:
parent
f9e6d9d807
commit
2f9a55f176
@ -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) => {
|
||||
|
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user