Skip to content

Commit

Permalink
FocalPointPicker: Fix sidebar overflow by hiding overflow in MediaWra…
Browse files Browse the repository at this point in the history
…pper
  • Loading branch information
SainathPoojary committed Jan 28, 2025
1 parent ad2a39d commit 7690b99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const MediaWrapper = styled.div`
display: flex;
text-align: center;
width: 100%;
overflow: hidden;
`;

export const MediaContainer = styled.div`
Expand Down

0 comments on commit 7690b99

Please sign in to comment.