Fix the action buttons not showing up for the selected item

pull/661/head
Adorian Doran 2024-11-26 23:26:20 +07:00
parent f2cd34ab6a
commit 8f38c36469
1 changed files with 1 additions and 0 deletions

@ -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 {