Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix css for contenteditable
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
framer/Config.coffee
|
@@ -28,7 +28,8 @@ body { |
|
|
.framerLayer input, |
|
|
.framerLayer textarea, |
|
|
.framerLayer select, |
|
|
.framerLayer option |
|
|
.framerLayer option, |
|
|
.framerLayer div[contenteditable=true] |
|
|
{ |
|
|
pointer-events: auto; |
|
|
-webkit-user-select: auto; |
|
|