mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
parent
06d1b98685
commit
72cb3198be
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="table-responsive">
|
<div class="vertical-scroll">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ $card-header-font-size: 16px;
|
||||||
.card-body {
|
.card-body {
|
||||||
height: calc(100% - #{$card-title-height});
|
height: calc(100% - #{$card-title-height});
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue