Fix sidebar scroll height (#1338)
* Fix sidebar scroll height * Prettier Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
c2251e6ddc
commit
2e921cd793
2 changed files with 8 additions and 0 deletions
|
|
@ -426,6 +426,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RaSidebar: {
|
RaSidebar: {
|
||||||
|
root: {
|
||||||
|
height: 'initial',
|
||||||
|
},
|
||||||
drawerPaper: {
|
drawerPaper: {
|
||||||
'@media (min-width: 0px) and (max-width: 599.95px)': {
|
'@media (min-width: 0px) and (max-width: 599.95px)': {
|
||||||
backgroundColor: `${bLight['500']} !important`,
|
backgroundColor: `${bLight['500']} !important`,
|
||||||
|
|
|
||||||
|
|
@ -326,6 +326,11 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
RaSidebar: {
|
||||||
|
root: {
|
||||||
|
height: 'initial',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
player: {
|
player: {
|
||||||
theme: 'dark',
|
theme: 'dark',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue