Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Fixed editor white background
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Aug 2, 2016
1 parent 0a087fb commit ca68d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/moe-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ html, body {
transition: all 500ms ease-in-out;
}

.CodeMirror-wrap {
transition: none !important;
}

#editor .CodeMirror {
width: 100%;
height: 100%;
Expand Down

0 comments on commit ca68d71

Please sign in to comment.