diff --git a/html/style.css b/html/style.css index 61a9b8a..581737a 100644 --- a/html/style.css +++ b/html/style.css @@ -6,8 +6,9 @@ ul { margin: 0; padding: 0; width: 12%; - height: 100%; + height: calc(100% - 50px); position: fixed; + top: 50px; overflow: auto; } diff --git a/html/system.html b/html/system.html index c23cef8..0d6c888 100644 --- a/html/system.html +++ b/html/system.html @@ -3,45 +3,69 @@