We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eaaf31 commit 1d8d39cCopy full SHA for 1d8d39c
libs/remix-ui/workspace/src/lib/css/file-explorer.css
@@ -54,3 +54,8 @@ input[type="file"] {
54
ul {
55
padding : 0;
56
}
57
+
58
+[contenteditable] {
59
+ -webkit-user-select: text;
60
+ user-select: text;
61
+}
0 commit comments