What is the simplest CSS setting to cover the whole story-river by a tiddler!
For troubleshooting purpose, I have added colored border to story river and tiddler here! This is not work for me as I expected. To give a try - go to https://tiddlywiki.com/prerelease/ - create a tiddler - tagged it with $:/tags/Stylesheet - save - Go to different story view and see how it works. body.tc-body .tc-story-river{ border:1px solid #f00; padding-left:0; margin-left:0; padding-top:0; margin-top:0; padding-bottom:0; margin-bottom:0; padding:20px; width:100% margin:0 auto; height:90vh; overflow-y:hidden; } body.tc-body .tc-story-river .tc-tiddler-frame{ border:2px solid blue; margin:0; height:100%; width:100%; -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1b87e44a-6166-40f9-94ec-9b62d51e398f%40googlegroups.com.

