Skip to content

Commit

Permalink
Ensure canvas is in proper ltr/rtl mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 1, 2023
1 parent b658bb2 commit 2c02092
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -27,6 +27,8 @@ const Wrapper = styled.div<{ innerWidth: string; innerHeight: string }>`
contain: strict;
direction: ltr;
> :first-child {
position: absolute;
left: 0;
Expand Down

0 comments on commit 2c02092

Please sign in to comment.