From 689b26dd969360e1dd5c53145df6cd83f244576b Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 1 Oct 2024 20:45:20 +0000 Subject: [PATCH] Update file layout.html --- wiki/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/layout.html b/wiki/layout.html index 68ef46dd..afcd6d74 100644 --- a/wiki/layout.html +++ b/wiki/layout.html @@ -78,12 +78,12 @@ left: 5px; top: 50px; width: 175px; - height: 100vh; /* Set a fixed height using viewport height */ + height: 100vh; background-color: #ffffff; padding: 20px; box-shadow: 2px 0 5px rgba(0,0,0,0.1); border-radius: 0px; - overflow-y: auto; /* Enable vertical scrolling if content exceeds height */ + overflow-y: auto; } .sidebar ul { list-style: none; -- GitLab