mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Fix back to top scrolling in Home
This commit is contained in:
parent
026de6688a
commit
bc7ff73704
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<span>{{ greeting }}</span>
|
||||
</h1>
|
||||
|
||||
<div class="main-scroll-wrap" @scroll="scrolling">
|
||||
<div class="main-scroll-wrap" @scroll="scrolling" ref="wrapper">
|
||||
<div class="two-cols">
|
||||
<section v-show="top.songs.length">
|
||||
<h1>Most Played</h1>
|
||||
|
|
Loading…
Reference in a new issue