mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 06:02:47 +08:00
FIX: topic list scrolling was broken on mobile
This commit is contained in:
parent
6991b55ea5
commit
0adaa8d362
|
@ -1,4 +1,4 @@
|
|||
<div class='contents'>
|
||||
{{#discovery-topics-list model=model refresh="refresh" incomingCount=topicTrackingState.incomingCount}}
|
||||
{{#if top}}
|
||||
<div class='top-lists'>
|
||||
{{period-chooser period=period action="changePeriod"}}
|
||||
|
@ -19,7 +19,7 @@
|
|||
hideCategory=model.hideCategory
|
||||
topics=model.topics}}
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/discovery-topics-list}}
|
||||
|
||||
<footer class='topic-list-bottom'>
|
||||
{{conditional-loading-spinner condition=model.loadingMore}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user