Skip to content

Commit

Permalink
style: fix overlay problem on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 25, 2023
1 parent fc75302 commit 465cf19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
background-color: var(--active-color);
border-radius: 5px;
padding: 6px;
z-index: 2147483647;
}

.popup-tab {
Expand Down

0 comments on commit 465cf19

Please sign in to comment.