drag-scroll checkbox VERSION 1.1
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
strip above `#board-container` and keeps its scroll position in sync with the board both
|
||||||
ways.
|
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
|
## Settings
|
||||||
|
|
||||||
Go to "Settings -> Shrink Vertically":
|
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.
|
header); decrease it to make the collapsed columns taller. Default: 240.
|
||||||
- **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar
|
- **Add a top horizontal scrollbar to the board** -- toggles the mirrored top scrollbar
|
||||||
described above.
|
described above.
|
||||||
|
- **Drag the board background to scroll horizontally** -- toggles the Trello-style
|
||||||
|
click-and-drag panning described above.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user