content tagged $:/tags/BelowStory do not appear in the correct position when story view is set to "zoomin"
It instead appears at the top of the story river (below any content tagged $:/tags/AboveStory) and is covered by the visible tid
Expected behaviour is that it appear below the visible tid.
I have tested this on 5.3.8 (empty.html), and 5.4.0-prerelease (at https://tiddlywiki.com/prerelease/) and behavior is the same on both, in both latest firefox and chromium (under linux). Also tested firefox under macos.
Minimal tiddlers.json that can be dragged to test
`
[
{
"created": "20260226143838651",
"text": "this content is below the story river",
"tags": "$:/tags/BelowStory zoominbug",
"title": "bottom",
"modified": "20260226144036478"
},
{
"created": "20260226143800446",
"text": "this content is above the story river",
"tags": "$:/tags/AboveStory zoominbug",
"title": "top",
"modified": "20260226144028399"
},
{
"created": "20260226150421507",
"title": "$:/view",
"text": "zoomin",
"modified": "20260226150421507"
}
]
`