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

This commit is contained in:
Adorian Doran 2024-12-12 01:07:18 +02:00
parent 9d7caaae96
commit a7e000035d

View File

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