From 97d3c254ba154132690136e99fdcdfbc79cc206e Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 28 Nov 2022 22:47:43 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/6735 --- app/src/assets/scss/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/assets/scss/_typography.scss b/app/src/assets/scss/_typography.scss index 25b3e033b..1fc7565ff 100644 --- a/app/src/assets/scss/_typography.scss +++ b/app/src/assets/scss/_typography.scss @@ -316,7 +316,7 @@ [data-subtype="mindmap"] { z-index: 1; - & > div { + & > div:not(.protyle-icons):not(.protyle-attr) { overflow: hidden; height: 420px; }