From a3575870be2923e881290ba403483f1a07ce4a8e Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 13 Jun 2023 23:04:18 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/8519 --- app/src/assets/scss/protyle/_content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/assets/scss/protyle/_content.scss b/app/src/assets/scss/protyle/_content.scss index e1464e3ba..aa0ba9966 100644 --- a/app/src/assets/scss/protyle/_content.scss +++ b/app/src/assets/scss/protyle/_content.scss @@ -4,7 +4,7 @@ background-color: var(--b3-theme-background); position: relative; max-height: 100%; - min-height: 104px; + min-height: 155px; // 需考虑 scroll 最小高度 display: flex; flex-direction: column;