Fix sidebar scroll height (#1338)

* Fix sidebar scroll height

* Prettier

Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Samarjeet 2021-09-09 19:03:38 +05:30 committed by GitHub
parent c2251e6ddc
commit 2e921cd793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -426,6 +426,9 @@ export default {
},
},
RaSidebar: {
root: {
height: 'initial',
},
drawerPaper: {
'@media (min-width: 0px) and (max-width: 599.95px)': {
backgroundColor: `${bLight['500']} !important`,

View File

@ -326,6 +326,11 @@ export default {
},
},
},
RaSidebar: {
root: {
height: 'initial',
},
},
},
player: {
theme: 'dark',