mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
fix: firefox lyrics scrollbar (#1128)
This commit is contained in:
parent
836b7d0ce9
commit
c73da5c5ad
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue