fix(dashboard): make content absolute to fix issue with height (Safari issue)

This commit is contained in:
nixa 2017-09-19 15:52:46 +03:00
parent 58e4382546
commit 3536c82de1

View file

@ -10,6 +10,7 @@
nb-card-body {
padding: 0;
position: relative;
}
nb-card-footer {
@ -54,8 +55,10 @@
}
.cameras {
position: absolute;
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
}