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
2 changed files with 8 additions and 0 deletions
+3
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`,
+5
View File
@@ -326,6 +326,11 @@ export default {
},
},
},
RaSidebar: {
root: {
height: 'initial',
},
},
},
player: {
theme: 'dark',