Made sidebar render on top

This commit is contained in:
RemixDev 2020-04-24 22:42:50 +02:00
parent 83d5007470
commit c8625db3e0
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
background-color: var(--panels-background); background-color: var(--panels-background);
color: var(--panels-text); color: var(--panels-text);
transition: width 125ms ease-in-out 150ms; transition: width 125ms ease-in-out 150ms;
z-index: 999;
} }
#sidebar:hover { #sidebar:hover {