From 331feb8351c26a26e56900cfceeb8ca06c1dde25 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 29 Jun 2023 18:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=87=E9=A2=98=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/index.articles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/static/css/index.articles.css b/public/static/css/index.articles.css index 86c241d..453ea25 100644 --- a/public/static/css/index.articles.css +++ b/public/static/css/index.articles.css @@ -399,5 +399,6 @@ a.post-item:visited { } #post-titles{ - + max-height: 100vh; + overflow-y: auto; } \ No newline at end of file