diff --git a/README.md b/README.md index a777201..daf4fd7 100644 --- a/README.md +++ b/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 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 diff --git a/VERSION b/VERSION index 0015e6f..f0ae5c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -ShrinkVertically v1.0 +ShrinkVertically v1.1