I’m using the Material theme (Ansel's Plugins — A demo wiki) and I like the layout, simplicity, colors, easy searching and clearness very much.
But in the sidebar the scrollbar doesn’t show when a long list is displayed. Any ideas/solutions?
I’m using the Material theme (Ansel's Plugins — A demo wiki) and I like the layout, simplicity, colors, easy searching and clearness very much.
But in the sidebar the scrollbar doesn’t show when a long list is displayed. Any ideas/solutions?
At the demo site you are informed, that there is a lot of bugs at the moment. looking at github it looks as if nothing has happened the last 5 years.
Make a new tiddler tagged with the “$:/tags/Stylesheet” tag, put this in the text field:
.tc-sidebar-scrollable { overflow-y: scroll; }
As Birthe notes, that demo site indicates that there are “a lot of bugs at the moment”.
In addition, the TW version in use there is “5.1.15-prerelease”, while your snapshot shows “5.2.3-prerelease”, so I would expect there to be even more problems due to the “version skew” between the distro site and your “sandbox - test site” document.
I see that you’ve reported your issue on GitHub (No scrollbar in sidebar · Issue #4 · anstosa/tw5-material-theme · GitHub), but I wouldn’t hold out much hope, since the repo doesn’t seem to have any active development (the last update was on Nov 5, 2017).
Even so, here’s a quick “patch” for your specific issue:
$:/tags/Stylesheet
.tc-sidebar-scrollable { overflow:auto; }
enjoy,
-e
J.D also created a version http://j.d.material.tiddlyspot.com/, that is also an older version, but the scroll sidebar works, the drop downs does not flow over the sides and most important, I do not get disturbing error messages as I had testing the site you linked to.
yes, that worked and solved my problem, thanks Eric and Brain
The version I mentioned has a much better layout (sidebar doesn’t collapse automatically, quick access to search box, etc). I’m using the latest TW version and so far this was the only bug I’ve encountered