Another style question - is there one place where I can make all the sidebar tabs scrollable, or does each tiddler tagged $:/tags/SideBar and $:/tags/MoreSideBar need to wrapped in a scrollable widget?
Thanks.
I think all of the sidebar tabs should be scrollable by default so the entire sidebar does not scroll out of view. Or maybe all of the SidebarSegments above the tabs should be fixed position.
The attached is a sample of a scrollable More/All tab. Import it to tiddlywiki.com. I just think it it’s a better experience than having the entire sidebar scroll.
I think an issue might be what height do you set the scrollble part to? Could it be calculated from the existing sidebar-segments?
Note that the height for .tc-more-sidebar uses calc(…) to subtract 2em so it accounts for the height used up by the main tabs and padding. Otherwise you get a double scrollbar display on the right side of the sidebars.