At the top of the story river there is
<section class="story-backdrop"></section>
What is this used for? I could not find out anything about it in the docs nor are there any CSS definitions for it.
At the top of the story river there is
<section class="story-backdrop"></section>
What is this used for? I could not find out anything about it in the docs nor are there any CSS definitions for it.
That section wraps the content added via the tag $:/tags/AboveStory and that class can thus be used to style content differently when appearing via that tag, versus the same tiddler being shown elsewhere. Similarly content added via the tag $:/tags/BelowStory is transcluded in a section with class story-frontdrop. Have a look at $:/core/ui/PageTemplate/story.
Thank you, @saqimtiaz! These are features of TW I have not used until today , so these places appeared always empty for me. That might change now. 