mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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 {
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
nb-card-footer {
|
||||
|
|
@ -54,8 +55,10 @@
|
|||
}
|
||||
|
||||
.cameras {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue