Skip to content

Commit

Permalink
🐛 Fix editor lazy-loading problem
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkChenYutian committed Jun 27, 2022
1 parent 98f463b commit d9ef03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules/
build/
.vscode/
console_test.js
*.bc0
*.out
2 changes: 1 addition & 1 deletion public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ footer > ul {

/* Editor Style */

.cm-content, .cm-gutter, .cm-gutters, .cm-scroller, .cm-editor {
.cm-gutter, .cm-gutters, .cm-scroller, .cm-editor {
height: calc(100vh - 19rem);
min-height: 10rem;
}
Expand Down

0 comments on commit d9ef03b

Please sign in to comment.