From ef7a3209d7ae27b40391b1e97a5097b5b7e7525a Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Sun, 5 Mar 2017 04:56:17 -0500 Subject: [PATCH] Account for editor header overflow --- edit.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;