Ensure that page container fills screen when no header is present

pull/10616/head
Alex P 2018-05-22 11:45:26 -07:00
parent 3cfb06d138
commit a2a5d45f81
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 {