From 6db1d0c0ca3404632cc9516f6774300f6279fb72 Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 6 Aug 2020 10:43:12 +0800 Subject: [PATCH] fix: fixed TOC content overflow without scrollbar --- source/css/layout/article-content.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/layout/article-content.styl b/source/css/layout/article-content.styl index 9284db1..814a8e6 100644 --- a/source/css/layout/article-content.styl +++ b/source/css/layout/article-content.styl @@ -95,6 +95,7 @@ if ((hexo-config('magic.enable') && !hexo-config('magic.sidebar.enable') && hexo .article-toc { max-width: 188px; max-height: 600px; + overflow-y: auto; background: var(--background-color); if (hexo-config('magic.enable') == true) {