drag-scroll checkbox VERSION 1.1

This commit is contained in:
2026-06-28 17:19:42 -03:00
parent 3beaa88fe9
commit dbfe98b3c7
2 changed files with 13 additions and 1 deletions

View File

@@ -72,6 +72,16 @@ a second, mirrored scrollbar just above the columns. A small script
strip above `#board-container` and keeps its scroll position in sync with the board both
ways.
## Drag to scroll (optional)
Kanboard has no way to pan the board by grabbing it; you must use the scrollbar. Enable
"Drag the board background to scroll" to click and drag on the empty board background to
scroll the columns sideways, like the Trello board canvas. A small script
(`Asset/js/drag-scroll.js`, loaded only when the option is on) starts a horizontal pan on
`#board-container` only when the press lands on empty background -- pressing a task card,
a drag handle or any control is ignored, so Kanboard's own card and column drag-and-drop
keep working unchanged.
## Settings
Go to "Settings -> Shrink Vertically":
@@ -82,6 +92,8 @@ Go to "Settings -> Shrink Vertically":
header); decrease it to make the collapsed columns taller. Default: 240.
- **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar
described above.
- **Drag the board background to scroll horizontally** -- toggles the Trello-style
click-and-drag panning described above.
## License

View File

@@ -1 +1 @@
ShrinkVertically v1.0
ShrinkVertically v1.1