fix user select

pull/2059/head
filip mertens 3 years ago
parent 0eaaf31438
commit 1d8d39c6b5
  1. 5
      libs/remix-ui/workspace/src/lib/css/file-explorer.css

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