Fix lastactive template overflow
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
@section('content')
|
||||
@isset($data)
|
||||
<div class="scroll">
|
||||
<table class="table">
|
||||
<thead class="thead-dark">
|
||||
<tr>
|
||||
@@ -38,6 +39,7 @@
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
@endisset
|
||||
|
||||
@stop
|
||||
@@ -70,9 +70,10 @@
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.chart {
|
||||
.scroll {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
height: 600px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.linkactive {
|
||||
|
||||
Reference in New Issue
Block a user