mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: topic list scrolling was broken on mobile
This commit is contained in:
parent
6991b55ea5
commit
0adaa8d362
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue