Account for editor header overflow

This commit is contained in:
narcolepticinsomniac 2017-03-05 04:56:17 -05:00 committed by GitHub
parent bcefdebea1
commit ef7a3209d7

View File

@ -44,7 +44,8 @@
} }
/************ header ************/ /************ header ************/
#header { #header {
height: 100%; height: calc(100vh - 30px);
overflow: auto;
width: 15rem; width: 15rem;
position: fixed; position: fixed;
top: 0; top: 0;