DIYgod / DIYgod/APlayer

listMaxHeight does not work and no scroll in Fixed mode

Open
#345 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

The listMaxHeight does not work and no scroll in Fixed mode.
This problem also like : https://github.com/MoePlayer/APlayer/issues/277#issue-456161855

config:
```

const ap = new APlayer({
container: document.getElementById('aplayer'),
fixed: true,
autoplay: false,
theme: '#b7daff',
loop: 'all',
order: 'list',
preload: 'auto',
volume: 0.5,
lrcType: 3,
mutex: true,
listFolded: false,
listMaxHeight: 30,
```
pic:
![image](https://user-images.githubusercontent.com/45334066/68180972-b36c2400-ffd0-11e9-8182-adbd8ccf9ab3.png)

I don't know if it doesn't work in this mode, or if my other styles affect it.

I use Aplayer in my blog using hexo-yilia,if I not update the blog,you can see the problem in my site <https://www.yansheng.xyz/>

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.