Problem with scrolling behaviour

Sorry if I’m not posting in the right place. In version 5.2.2, scrolling in the second column stopped working when using the plugin Stories.
ezgif-3-37b89829f3

Welcome to the community!

I did move your post to a new “home”. You did hijack a completely different thread.

Which theme or edition do you use?
Can you post a link to the plugin you started using.
-m

On 5.2.1 it works everywhere.
https://giffmex.org/stroll/stroll.html#%24%3A%2Fplugins%2Fsq%2FStories

This is due to a change introduced to the scrollable widget in 5.2.2 that is not backwards compatibile. It will be resolved in 5.2.3.

For now you can add some CSS in a stylesheet tiddler as a temporary fix:

.sq-story-rivertwo-scrollable {
overflow: auto;
}
2 Likes

Thanks, now it works.

1 Like