에디터에 스크롤이 생기는 문제 해결 (#1377)

https://github.com/rhymix/rhymix/issues/1375
This commit is contained in:
Min-Soo Kim 2020-08-07 09:12:11 +09:00 committed by GitHub
parent a6bb44bf88
commit c3d40f733d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ html {
}
body.cke_editable {
min-height: 100vh;
box-sizing: border-box;
padding: 10px;
.light_dark(@colorset);
}