fix(client): tabs not clickable due to z-index

pull/818/head
Elian Doran 2024-12-20 08:24:54 +07:00
parent 42a7556c55
commit 48dbb17ade
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -176,7 +176,7 @@ const TAB_ROW_TPL = `
bottom: 0;
right: 0;
left: 0;
z-index: 1000;
z-index: 50;
}
.tab-row-widget .note-tab .note-tab-close {