From 9bf23de6e0646178bfcf1836f7b032141c4fd02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E4=B8=96=E5=8D=9A?= <897205285@qq.com> Date: Sat, 6 Jan 2024 14:13:14 +0800 Subject: [PATCH] Update client.css --- src/extensions/outliner/client.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/extensions/outliner/client.css b/src/extensions/outliner/client.css index a37d938..4bb77c8 100644 --- a/src/extensions/outliner/client.css +++ b/src/extensions/outliner/client.css @@ -5,6 +5,10 @@ * (https://notion-enhancer.github.io/) under the MIT license */ +#enhancer--panel { + overflow: auto; +} + #outliner--notice { color: var(--theme--text_secondary); font-size: 14px; @@ -39,8 +43,8 @@ } /* indentation lines */ -.outliner--header:not([style='--outliner--indent:0px;'])::before { - content: ''; +.outliner--header:not([style="--outliner--indent:0px;"])::before { + content: ""; height: 100%; position: absolute; left: calc((1rem + var(--outliner--indent)) - 11px);