removes double scrollbar

This commit is contained in:
Godfrey M
2025-05-19 11:21:52 -07:00
parent 186f322bb5
commit 8416c6df05

View File

@@ -22,7 +22,7 @@
<div class="box-body">
<div class="row">
<div class="col-md-12">
<div class="table table-responsive">
<table
data-columns="{{ \App\Presenters\UserPresenter::dataTableLayout() }}"
@@ -41,7 +41,7 @@
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]
}'>
</table>
</div>
</div>
</div>
</div>