In this wiki, check the tiddler in the home page.
Use shortcut Alt+A or click the core info button on the right upper part of the tiddler (not the viewtoolbar button) to open a sidetab on the right side of the tiddler body.
I want tiddler body and this sidetab on the right side of the tiddler body to scroll independntly. This tiddler contains the relevant code.
This one works when the tiddler body contents are long, but if the tiddler body is short, the tiddler still shows 900px height (I know that this happens because I have set it like that. I have set the height at 900px because that is the only way it was working fine). Can anyone suggest a better CSS solution ?
Instead of height you should use eg: max-height: 60vh for testing. .. It will use 60% of vertical height of the screen. .. Just for testing. You can adjust it.
Since it will overflow out of the [data-tiddler-title='{{!!title}}'] container DIV. So you need a “.clearfix” like so the STYLE of the sidetabs tiddler should look like this: