fix: fix loading state container height too small

This commit is contained in:
fantasticit 2022-04-04 22:01:27 +08:00
parent 537b114f17
commit 6496422754
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
overflow: auto; overflow: auto;
.editorWrap { .editorWrap {
min-height: 100%;
padding-bottom: 24px; padding-bottom: 24px;
&.isStandardWidth { &.isStandardWidth {