mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
59ac38a3da
The problem was that the scrollable required that the mouse be over the story river itself in order to scroll it with the wheel. If we fallback to scrolling the story by scrolling the browser body then we are able to scroll even if the mouse is over the sidebar.
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
title: $:/core/ui/PageTemplate/story
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<section class="story-river">
|
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" storyview={{$:/view}} />
|
|
|
|
</section>
|