fix(card): fix #962 (#966)

This commit is contained in:
hryb 2017-04-12 17:08:15 +03:00 committed by Lex Zhukov
parent 06d1b98685
commit 72cb3198be
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<div class="table-responsive">
<div class="vertical-scroll">
<table class="table">
<tr>
<th>#</th>

View file

@ -47,6 +47,7 @@ $card-header-font-size: 16px;
.card-body {
height: calc(100% - #{$card-title-height});
overflow-y: auto;
flex: 1;
}
}
}