Auto-adjust fits collapsed columns to the screen; dims manual offset (v1.6.0)
This commit is contained in:
@@ -86,6 +86,11 @@ These settings are global (per Kanboard instance) and admin-only. Go to
|
||||
in the page head as the `--sv-shrink-offset` CSS variable. Increase it if the scrollbar
|
||||
is still clipped (for example with a taller theme header); decrease it to make the
|
||||
collapsed columns taller. Default: 240.
|
||||
- **Auto adjust** -- instead of a fixed offset, measure the collapsed board live and size
|
||||
the columns to fit the screen automatically, so the right-side vertical scrollbar is not
|
||||
needed. It re-measures on window resize, on collapse/expand, and after a board refresh.
|
||||
While enabled, the pixel-offset field above is disabled and dimmed (the measured value is
|
||||
used instead). Loaded as `Asset/js/auto-adjust.js` only when the option is on. Default: off.
|
||||
- **Top Horizontal Scrollbar thickness in pixels** -- thickness of the custom top
|
||||
scrollbar (all browsers). Injected as the `--sv-bar-size` CSS variable. Default: 25.
|
||||
- **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar
|
||||
|
||||
Reference in New Issue
Block a user