Skip to content

Commit

Permalink
Fix css for contenteditable
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Jan 5, 2015
1 parent 0d76609 commit 75e5990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framer/Config.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ body {
.framerLayer input, .framerLayer input,
.framerLayer textarea, .framerLayer textarea,
.framerLayer select, .framerLayer select,
.framerLayer option .framerLayer option,
.framerLayer div[contenteditable=true]
{ {
pointer-events: auto; pointer-events: auto;
-webkit-user-select: auto; -webkit-user-select: auto;
Expand Down

0 comments on commit 75e5990

Please sign in to comment.