making workflow-results panels the height of the viewport

This commit is contained in:
jaredevantabor 2016-11-14 10:00:22 -08:00
parent ec83a1cb47
commit 1b79503075

View File

@ -17,14 +17,12 @@
.WorkflowResults-leftSide {
.OnePlusTwo-left--panel(100%, @breakpoint-md);
// TODO: needs to be set based on height of browser window
height: 870px !important;
height: ~"calc(100vh - 177px)";
}
.WorkflowResults-rightSide {
.OnePlusTwo-right--panel(100%, @breakpoint-md);
// TODO: needs to be set based on height of browser window
height: 870px !important;
height: ~"calc(100vh - 177px)";
@media (max-width: @breakpoint-md - 1px) {
padding-right: 15px;