@@ -5,7 +5,8 @@
<h1>Here is the story of all the notes, bills, and claims for this patient.</h1>
<h2>HCP notes signed: {{$hcpSignedNotesCount}}</h2>
<h2>All Notes:</h2>
- <table class="table table-bordered table-striped table-condensed">
+ <div style="overflow: auto">
+ <table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>HCP</th>
@@ -114,4 +115,5 @@
</tbody>
</table>
+ </div>
@endsection