mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +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">
|
||||
<tr>
|
||||
<th>#</th>
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ $card-header-font-size: 16px;
|
|||
.card-body {
|
||||
height: calc(100% - #{$card-title-height});
|
||||
overflow-y: auto;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue