mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-22 17:26:10 +01:00
Fix scroll for nb-list inside nb-card
This commit is contained in:
parent
a4d70055f5
commit
d7e2c9d498
9 changed files with 51 additions and 47 deletions
|
|
@ -9,6 +9,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
nb-card nb-list {
|
||||
@include nb-scrollbars(
|
||||
nb-theme(card-scrollbar-color),
|
||||
nb-theme(card-scrollbar-background-color),
|
||||
nb-theme(card-scrollbar-width));
|
||||
}
|
||||
|
||||
.table {
|
||||
color: nb-theme(text-basic-color) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue