Skip to content

Commit

Permalink
Merge pull request #11023 from mmarinchenko/patch-1
Browse files Browse the repository at this point in the history
fix(css): Minor adjustment to make browser DevTools happier
  • Loading branch information
jeromelaban authored Jan 31, 2023
2 parents d28f39d + 613b7fe commit 0ed5416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.UI/WasmCSS/Uno.UI.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ embed.uno-frameworkelement.uno-unarranged {
}

.uno-htmlimage {
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;
user-drag: none;
user-select: none;
-webkit-user-drag: none;
user-drag: none;
}

.uno-scrollcontentpresenter {
Expand Down

0 comments on commit 0ed5416

Please sign in to comment.