From 56904648b92101b38412c746cd98fc03e0301a4a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 13 Nov 2024 11:41:05 +0800 Subject: [PATCH] :lipstick: https://github.com/siyuan-note/siyuan/issues/13036 --- app/src/assets/scss/protyle/_toolbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/assets/scss/protyle/_toolbar.scss b/app/src/assets/scss/protyle/_toolbar.scss index c26462be8..22ac04ce9 100644 --- a/app/src/assets/scss/protyle/_toolbar.scss +++ b/app/src/assets/scss/protyle/_toolbar.scss @@ -95,6 +95,7 @@ max-width: 248px; overflow: auto; max-height: calc(80vh - 24px); + scrollbar-gutter: stable; &__style { background-color: var(--b3-theme-background);