From 164f97999e12313c4e569bd44f7aa87879fcd50e Mon Sep 17 00:00:00 2001 From: moris Date: Sun, 8 Dec 2024 00:17:51 +0900 Subject: [PATCH] =?UTF-8?q?add:=20=E8=A6=8B=E5=87=BA=E3=81=97=E3=81=AE?= =?UTF-8?q?=E9=AB=98=E3=81=95=E3=82=92=E5=88=B6=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(DefaultStyle)/post/[slug]/toc.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/(DefaultStyle)/post/[slug]/toc.svelte b/src/routes/(DefaultStyle)/post/[slug]/toc.svelte index 36d0a19..be416b8 100644 --- a/src/routes/(DefaultStyle)/post/[slug]/toc.svelte +++ b/src/routes/(DefaultStyle)/post/[slug]/toc.svelte @@ -24,6 +24,8 @@ margin: 0; padding: 5px; font-size: .9rem; + max-height: 280px; + overflow: scroll; } li { padding: 4px;