mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(dashboard): make content absolute to fix issue with height (Safari issue)
This commit is contained in:
parent
58e4382546
commit
3536c82de1
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
nb-card-body {
|
nb-card-body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
nb-card-footer {
|
nb-card-footer {
|
||||||
|
|
@ -54,8 +55,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.cameras {
|
.cameras {
|
||||||
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue