Skip to content

Commit

Permalink
[#63144] fix editor height in fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Trzcin committed Jul 26, 2024
1 parent b18c61f commit 1febb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MystEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const MystWrapper = styled.div`
display: grid;
grid-auto-flow: column;
grid-auto-columns: minmax(50%, 1fr);
grid-template-rows: max-content;
box-sizing: border-box;
width: 100%;
position: relative;
Expand Down

0 comments on commit 1febb73

Please sign in to comment.