[Kanban] Horizontal column scrolling and no column wrapping #10
-
|
With respect to Muuri Kanban, is it possible using CSS to scroll through the columns with the horizontal scrollbar instead of them wrapping? I've tried a lot of different things, but there is something about the plugin that causes what would normally work to either be ignored or to add unwanted gaps between the columns. The columns really reeeeally like to wrap. For example, I would have thought |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @AshRubigo, you would need to create the tiddler |
Beta Was this translation helpful? Give feedback.
Hi @AshRubigo,
you would need to create the tiddler
$:/config/kanban/horizontaland set its text toyesthen you would need to give the board columns a fixed size by editing
$:/plugins/BTC/Muuri-Kanban/css(on the very top of it there's the style definition for.tc-board-column)and the
.tc-board-containerwould needoverflow-x: scroll