mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-09 09:42:28 +08:00
fix(client): tabs not clickable due to z-index
This commit is contained in:
parent
42a7556c55
commit
48dbb17ade
@ -176,7 +176,7 @@ const TAB_ROW_TPL = `
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-row-widget .note-tab .note-tab-close {
|
.tab-row-widget .note-tab .note-tab-close {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user