diff --git a/edit.html b/edit.html
index 4a3fd9cc..bcaa9506 100644
--- a/edit.html
+++ b/edit.html
@@ -44,7 +44,8 @@
}
/************ header ************/
#header {
- height: 100%;
+ height: calc(100vh - 30px);
+ overflow: auto;
width: 15rem;
position: fixed;
top: 0;