Fix sidebar scroll height (#1338)
* Fix sidebar scroll height * Prettier Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user