Fix the action buttons not showing up for the selected item

This commit is contained in:
Adorian Doran 2024-11-26 23:26:20 +02:00
parent f2cd34ab6a
commit 8f38c36469

View File

@ -278,6 +278,7 @@
box-shadow: var(--left-pane-item-selected-shadow);
border-radius: 6px;
animation: left-pane-item-select 200ms ease-out;
z-index: -1;
}
#left-pane .fancytree-custom-icon {