mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
Made sidebar render on top
This commit is contained in:
parent
83d5007470
commit
c8625db3e0
|
@ -9,6 +9,7 @@
|
|||
background-color: var(--panels-background);
|
||||
color: var(--panels-text);
|
||||
transition: width 125ms ease-in-out 150ms;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#sidebar:hover {
|
||||
|
|
Loading…
Reference in a new issue