fix: firefox lyrics scrollbar (#1128)

This commit is contained in:
memorydream 2021-12-25 13:08:01 +08:00 committed by GitHub
parent 836b7d0ce9
commit c73da5c5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -641,6 +641,7 @@ export default {
max-width: 460px;
overflow-y: auto;
transition: 0.5s;
scrollbar-width: none; // firefox
.line {
padding: 18px;