Skip to content

Commit

Permalink
fix(suite): prevent overflowing in tokens and tx history
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Oct 4, 2024
1 parent b79b4e2 commit 6bb513a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ export const MainBar = styled.div`
flex: 1;
flex-direction: column;
align-items: center;
${variables.SCREEN_QUERY.BELOW_LAPTOP} {
overflow-x: hidden;
}
overflow-x: hidden;
`;

interface SuiteLayoutProps {
Expand Down

0 comments on commit 6bb513a

Please sign in to comment.