fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent aa9009c1c9
commit 595b8961d5

View File

@ -26,6 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="box col-xs-12 wf-100">
<div class="slider">
<table class="default sticky">
<caption><?= $this->getHtml('Files'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
@ -52,5 +53,6 @@ echo $this->getData('nav')->render(); ?>
); ?>
<?php endforeach; ?>
</table>
</div>
</div>
</div>