Skip to content

Commit

Permalink
Fix horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kimberlybp committed Jul 9, 2023
1 parent 4bdcefc commit cea2bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@demex-info/views/UnleashTrader/UnleashTrader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const useStyles = makeStyles((theme) => ({
position: {
position: "absolute",
left: 0,
width: "50vw",
width: "50%",
overflow: "hidden",
[theme.breakpoints.up("lg")]: {
top: "-30rem",
Expand Down

0 comments on commit cea2bd0

Please sign in to comment.