Skip to content

Commit

Permalink
Convert WysiwygEditor component to use <div> instead of <iframe> for …
Browse files Browse the repository at this point in the history
…its content.
  • Loading branch information
snosscire committed Dec 12, 2011
1 parent 24a3eac commit ed1e878
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 135 deletions.
9 changes: 5 additions & 4 deletions Public/Support/Components/WysiwygEditor/WysiwygEditor.css
@@ -1,9 +1,10 @@
.WysiwygEditor {
/* padding: 5px; */
.wfWysiwygEditor {
padding: 5px;
border: 1px solid #f4f4f4;
background: #fff;
/* overflow: auto;
outline: 0px solid transparent; */
overflow: auto;
outline: 0px solid transparent;
cursor: text;
}

.WysiwygEditorContextMenu {
Expand Down

0 comments on commit ed1e878

Please sign in to comment.