Ensure that page container fills screen when no header is present
parent
3cfb06d138
commit
a2a5d45f81
|
@ -30,7 +30,7 @@ $dash-ceo-z: $dygraph-legend-z + 10;
|
|||
|
||||
&:only-child {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
.page-contents--split {
|
||||
|
|
Loading…
Reference in New Issue