Skip to content
Snippets Groups Projects
Commit fb59fcb5 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file layout.html

parent 7441cfe6
No related branches found
No related tags found
No related merge requests found
......@@ -64,14 +64,14 @@
.sidebar {
position: fixed;
left: 5px;
top: 50px;
top: 100px;
width: 160px;
height: 100vh; /* Set a fixed height using viewport height */
height: 80vh; /* Set a fixed height using viewport height */
max-height: 500px; /* Set a maximum height if needed */
background-color: #ffffff;
padding: 20px;
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
border-radius: 0px;
border-radius: 20px;
overflow-y: auto; /* Enable vertical scrolling if content exceeds height */
}
.sidebar ul {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment