Fix lastactive template overflow

This commit is contained in:
2020-04-02 13:39:10 +02:00
parent 062847673d
commit dcfa80adcb
2 changed files with 5 additions and 2 deletions

View File

@@ -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