aboutsummaryrefslogtreecommitdiff
path: root/app/views/index
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2023-10-29 20:49:33 +0100
committerGravatar GitHub <noreply@github.com> 2023-10-29 20:49:33 +0100
commitbaab354ca26212eafba82d593fa052bdc782da80 (patch)
tree17331ca1270a50d05ec9bb0a88301242278833d4 /app/views/index
parent1712d83c34df6c3b7462741c719e6dcb474c1a44 (diff)
Improve table scrolling (#5774)
* class table-wrapper added * class scrolbar-thin added --------- Co-authored-by: math-gh <>
Diffstat (limited to 'app/views/index')
-rw-r--r--app/views/index/logs.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index 896a19765..cba6f5243 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.phtml
@@ -15,7 +15,7 @@
<?php if (!empty($items)) { ?>
<?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?>
- <div id="loglist-wrapper" class="table-wrapper">
+ <div id="loglist-wrapper" class="table-wrapper scrollbar-thin">
<table id="loglist">
<thead>
<th><?= _t('conf.logs.loglist.level') ?></th>