Skip to content

Commit

Permalink
Fix popup opening not smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
sienori committed Feb 18, 2023
1 parent 69023de commit 886e5be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popup/styles/PopupPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ body {
"Arial", "Helvetica", sans-serif;
font-size: 13px;
overflow: hidden;
width: 100%;
min-width: 348px;
background-color: var(--main-bg);

#root {
Expand Down

0 comments on commit 886e5be

Please sign in to comment.