Skip to content

Commit 7c163ea

Browse files
authored
Merge pull request #2059 from ethereum/safaribug
fix user select
2 parents 0eaaf31 + 1d8d39c commit 7c163ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/remix-ui/workspace/src/lib/css/file-explorer.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ input[type="file"] {
5454
ul {
5555
padding : 0;
5656
}
57+
58+
[contenteditable] {
59+
-webkit-user-select: text;
60+
user-select: text;
61+
}

0 commit comments

Comments
 (0)