Skip to content

Commit

Permalink
fixed issue #21 (editor auto-resize bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectCleverWeb committed Jan 28, 2015
1 parent 5e5b92b commit 2a606f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,11 @@ img {
padding: 0;
}

html, body.mce-content-body {
/* Fixes Post Editor */
height: inherit !important;
}

#main-content-grid {
background-color: #ffffff;
}
Expand Down

0 comments on commit 2a606f3

Please sign in to comment.