style(next): tree actions toolbar: fix the user being unable to activate the action button for the last item

pull/760/head
Adorian Doran 2024-12-12 01:07:18 +07:00
parent 9d7caaae96
commit a7e000035d
1 changed files with 1 additions and 1 deletions

@ -346,7 +346,7 @@ div.quick-search .search-button.show {
/* Tree */ /* Tree */
#left-pane div.tree { #left-pane div.tree {
padding: 3px 6px; padding: 3px 6px 40px 6px;
animation: fade-in 200ms ease-in; animation: fade-in 200ms ease-in;
} }