Skip to content

Commit

Permalink
fix: content overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 22, 2025
1 parent 274a653 commit 6335c1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/app/assets/css/siyuan.styl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@
width 22px

.protyle-wysiwyg .h6 img.emoji, .b3-typography h6 img.emoji
width 20px
width 20px

/* 避免正文出现横向滚动条 */
.protyle-content
overflow hidden

0 comments on commit 6335c1c

Please sign in to comment.