diff --git a/wiki/pages/description.html b/wiki/pages/description.html
index 8e73d62af04f3111cfc2da7ad15827c456b5d294..c96160a800b73b42a359b63019007347017d941a 100644
--- a/wiki/pages/description.html
+++ b/wiki/pages/description.html
@@ -3,9 +3,9 @@
     .sidebar {
       position: fixed;
       left: 0;
-      top: 100px;
+      top: 0px;
       width: 200px;
-      height: 100%;
+      height: 50%;
       background-color: #f8f9fa;
       padding: 20px;
       box-shadow: 2px 0 5px rgba(0,0,0,0.1);