From 05a0fb7dc86d09588bf6865eaedaa3b3c77e3490 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Sat, 6 Nov 2021 00:09:16 +0100 Subject: [PATCH] fix `Sidebar config` buttons being below text --- src/styles/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/main.scss b/src/styles/main.scss index 4aebe39..ca89d6f 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -397,6 +397,10 @@ html { margin: 0px 8px; } +#spicetify-sidebar-config { + z-index: 999; +} + .main-rootlist-statusIcons { z-index: 1; inset: 0; @@ -422,6 +426,7 @@ html { } .main-rootlist-expandArrow { + z-index: 2; position: absolute; top: 20px; right: 12px;