diff --git a/wiki/layout.html b/wiki/layout.html index 68ef46dd30f08b2b401ffd949a32857df9662b16..afcd6d74e4226cbe97a8cb4ad84c699f6c684787 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;