fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent cddd525926
commit 7cd6512026

View File

@ -26,6 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12 col-md-9">
<section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Tickets'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table class="default sticky">
<thead>
<td><?= $this->getHtml('Status'); ?>
@ -53,6 +54,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="7" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
</section>
</div>