Stroll issue with 5.2.2

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;
}
3 Likes