feature add top horizontal scroll bar done VERSION v1.0 release

This commit is contained in:
2026-06-28 17:12:25 -03:00
parent 5fcf1ffeb1
commit 5712d055d3
5 changed files with 54 additions and 8 deletions

View File

@@ -13,6 +13,13 @@
</p>
</fieldset>
<fieldset>
<?= $this->form->checkbox('shrink_vertically_top_scrollbar', t('Add a top horizontal scrollbar to the board'), 1, isset($values['shrink_vertically_top_scrollbar']) && $values['shrink_vertically_top_scrollbar'] == 1) ?>
<p class="form-help">
<?= t('Adds a second horizontal scrollbar above the columns, mirrored with the board scrollbar, so you do not have to scroll to the bottom to move sideways.') ?>
</p>
</fieldset>
<div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
</div>