fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent f1ef4cb6df
commit 126b8602c4
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Stocks'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="stockList" class="default sticky">
<thead>
<tr>
@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="3" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>
</div>

View File

@ -22,6 +22,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Locations'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="stockList" class="default sticky">
<thead>
<tr>
@ -42,6 +43,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="3" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>
</div>