From 2e921cd7932922c4103b9e86da632062aef5bafa Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Thu, 9 Sep 2021 19:03:38 +0530 Subject: [PATCH] Fix sidebar scroll height (#1338) * Fix sidebar scroll height * Prettier Co-authored-by: Deluan --- ui/src/themes/ligera.js | 3 +++ ui/src/themes/spotify.js | 5 +++++ 2 files changed, 8 insertions(+) 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',