Merge pull request #2059 from ethereum/safaribug

fix user select
pull/2061/head^2
bunsenstraat 3 years ago committed by GitHub
commit 7c163ea850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      libs/remix-ui/workspace/src/lib/css/file-explorer.css

@ -54,3 +54,8 @@ input[type="file"] {
ul {
padding : 0;
}
[contenteditable] {
-webkit-user-select: text;
user-select: text;
}
Loading…
Cancel
Save