diff --git a/ui/src/themes/ligera.js b/ui/src/themes/ligera.js index 8ba96418f..3f1104e87 100644 --- a/ui/src/themes/ligera.js +++ b/ui/src/themes/ligera.js @@ -426,6 +426,9 @@ export default { }, }, RaSidebar: { + root: { + height: 'initial', + }, drawerPaper: { '@media (min-width: 0px) and (max-width: 599.95px)': { backgroundColor: `${bLight['500']} !important`, diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index c7ad01345..ad438a10d 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -326,6 +326,11 @@ export default { }, }, }, + RaSidebar: { + root: { + height: 'initial', + }, + }, }, player: { theme: 'dark',