mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-25 09:41:49 +08:00
fix: firefox lyrics scrollbar (#1128)
This commit is contained in:
parent
836b7d0ce9
commit
c73da5c5ad
|
@ -641,6 +641,7 @@ export default {
|
||||||
max-width: 460px;
|
max-width: 460px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
|
scrollbar-width: none; // firefox
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user