Ensure that page container fills screen when no header is present

pull/3505/head
Alex P 2018-05-22 11:45:26 -07:00
parent 2ac44922b7
commit 9a9cf9b114
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $dash-ceo-z: $dygraph-legend-z + 10;
&:only-child {
top: 0;
height: 100%;
height: 100% !important;
}
}
.page-contents--split {