There has been a small regression in how the core handles the scrollable widget which is causing this issue.
Adding the following CSS in a tiddler tagged $:/tags/Stylesheet should resolve it:
.sq-story-rivertwo-scrollable {
overflow: auto;
}
There has been a small regression in how the core handles the scrollable widget which is causing this issue.
Adding the following CSS in a tiddler tagged $:/tags/Stylesheet should resolve it:
.sq-story-rivertwo-scrollable {
overflow: auto;
}