Commit a3a2c209 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Min height alone will not fix.

parent 758ee72c
...@@ -235,6 +235,7 @@ ...@@ -235,6 +235,7 @@
width: 20%; width: 20%;
border-right: 1px solid $white-normal; border-right: 1px solid $white-normal;
min-height: calc(100vh + 20px); min-height: calc(100vh + 20px);
height: calc(100vh + 20px);
overflow: auto; overflow: auto;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment