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;
}
#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;