Skip to content

Commit

Permalink
fixed tx cart display
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 21, 2024
1 parent 53b4d77 commit 1f4945a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/multicall/MultiCallTransaction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const StyledModalContent = styled.div`
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
max-width: 500px;
width: 100%;
overflow-y: auto; // Add this for vertical scroll
max-height: 40vh; // Adjust as needed
padding-bottom: 20px; // Optional, for extra space at the bottom
`;

const CartTitle = styled.h3`
Expand Down

0 comments on commit 1f4945a

Please sign in to comment.