multi-column-markdown icon indicating copy to clipboard operation
multi-column-markdown copied to clipboard

Add overflow option for column container

Open MatteCrystal opened this issue 3 years ago • 0 comments

Right now you have a setting to set column overflow to hidden or scroll for the columns. It would be great if you could also create this option for the parent container that holds all the columns.

(This feature will work really well in conjunction with my other two feature requests on unlimited columns and min col width)

I'm attaching a gif to give an idea of what can be done if all three features are implemented. I achieved this by setting a min width for the column of 450px and set the parent container to overflow-x: scroll;

Obsidian_gHCJyad4HP

of course there is only 3 columns in this example but if these features are implemented then having nay number of columns could make sense.

#46 #47

MatteCrystal avatar Oct 26 '22 20:10 MatteCrystal