Skip to content

Commit

Permalink
πŸ’„ Add a minimum width and height for the browser chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Aug 17, 2023
1 parent 0675e97 commit 94e1658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/shared/browser-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ body {
height: 100%;
margin: 0;
padding: 0;
min-height: 0;
min-width: 0;
min-width: 400px;
min-height: 250px;
}

#mount {
Expand Down

0 comments on commit 94e1658

Please sign in to comment.