use height of parent container for output section

This commit is contained in:
Jake McDermott
2018-07-02 10:25:58 -04:00
committed by GitHub
parent d17f3d7d2a
commit 164e6cceca

View File

@@ -152,6 +152,7 @@
margin: 0;
overflow-y: scroll;
padding: 0;
height: 100%;
}
&-borderHeader {