fix: try to fix the case of auto complete panel overflow

This commit is contained in:
charlie
2020-12-17 15:06:39 +08:00
parent 8c8b51c144
commit 5c2b22d188
6 changed files with 45 additions and 20 deletions

View File

@@ -4,6 +4,7 @@
textarea {
word-break: break-word;
overflow: hidden;
resize: none;
}
.journal-item {