Skip to content

Commit

Permalink
Use vendor specific use-select to make Safari happy
Browse files Browse the repository at this point in the history
Fixes #83600
  • Loading branch information
mjbvz committed Oct 29, 2019
1 parent 3615f50 commit 175b3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/image-preview/media/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body img {
.container {
padding: 5px 0 0 10px;
box-sizing: border-box;
-webkit-user-select: none;
user-select: none;
}

Expand Down

0 comments on commit 175b3fe

Please sign in to comment.