fix Sidebar config buttons being below text

This commit is contained in:
Send_Nukez 2021-11-06 00:09:16 +01:00
parent 984cc78159
commit 05a0fb7dc8

View file

@ -397,6 +397,10 @@ html {
margin: 0px 8px; margin: 0px 8px;
} }
#spicetify-sidebar-config {
z-index: 999;
}
.main-rootlist-statusIcons { .main-rootlist-statusIcons {
z-index: 1; z-index: 1;
inset: 0; inset: 0;
@ -422,6 +426,7 @@ html {
} }
.main-rootlist-expandArrow { .main-rootlist-expandArrow {
z-index: 2;
position: absolute; position: absolute;
top: 20px; top: 20px;
right: 12px; right: 12px;