fix(dashboard): hide chart when user switch layouts

This commit is contained in:
KostyaDanovsky 2017-09-19 20:22:07 +03:00
parent 96bf563e1c
commit 4fd404788a

View file

@ -11,6 +11,10 @@
flex-direction: row;
}
nb-card-body {
overflow: hidden;
}
.consumption-table {
display: flex;
flex-direction: column;
@ -147,6 +151,7 @@
background-image: nb-theme(radial-gradient);
display: flex;
flex-direction: column;
overflow: hidden;
}
.chart-header {