Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix CodeEditor scroll bug
Browse files Browse the repository at this point in the history
  • Loading branch information
velopert committed Aug 11, 2019
1 parent 7418084 commit bcc1a86
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
min-width: 0;
flex: 1;
display: flex;
flex-direction: column;
.CodeMirror {
height: 100%;
flex: 1;
padding-top: 1rem;
padding-bottom: 1rem;
@include media('<large') {
Expand Down

0 comments on commit bcc1a86

Please sign in to comment.