mirror of
https://github.com/flarum/core.git
synced 2025-07-30 05:00:56 +02:00
fix: unread count in post stream not visible (#3791)
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -41,6 +41,7 @@ export default class PostStreamScrubber extends Component {
|
||||
const newStyle = {
|
||||
top: 100 - unreadPercent * 100 + '%',
|
||||
height: unreadPercent * 100 + '%',
|
||||
opacity: unreadPercent ? 1 : 0,
|
||||
};
|
||||
|
||||
if (vnode.state.oldStyle) {
|
||||
|
Reference in New Issue
Block a user