Fixed scrollbar issue in "Expert"

This commit is contained in:
Andy Miller
2017-05-09 16:48:57 -06:00
parent 6903d42cc6
commit fa80b5302a
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7,6 +7,7 @@
.CodeMirror-scroll {
margin-right: -36px;
padding-bottom: 36px;
position: static;
}
.grav-editor-resizer {