diff options
| author | 2023-10-29 20:49:33 +0100 | |
|---|---|---|
| committer | 2023-10-29 20:49:33 +0100 | |
| commit | baab354ca26212eafba82d593fa052bdc782da80 (patch) | |
| tree | 17331ca1270a50d05ec9bb0a88301242278833d4 /app/views/extension | |
| parent | 1712d83c34df6c3b7462741c719e6dcb474c1a44 (diff) | |
Improve table scrolling (#5774)
* class table-wrapper added
* class scrolbar-thin added
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'app/views/extension')
| -rw-r--r-- | app/views/extension/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml index 195452d61..9b8c122e6 100644 --- a/app/views/extension/index.phtml +++ b/app/views/extension/index.phtml @@ -45,7 +45,7 @@ <?php if (!empty($this->available_extensions)) { ?> <h2><?= _t('admin.extensions.community') ?></h2> - <div class="table-wrapper"> + <div class="table-wrapper scrollbar-thin"> <table> <tr> <th><?= _t('admin.extensions.name') ?></th> |
