mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fix(client): icon disappearing when tab is focused
This commit is contained in:
@@ -164,7 +164,6 @@ const TAB_ROW_TPL = `
|
|||||||
position: relative;
|
position: relative;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-row-widget .note-tab[is-small] .note-tab-title {
|
.tab-row-widget .note-tab[is-small] .note-tab-title {
|
||||||
@@ -177,6 +176,7 @@ const TAB_ROW_TPL = `
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-row-widget .note-tab .note-tab-close {
|
.tab-row-widget .note-tab .note-tab-close {
|
||||||
|
|||||||
Reference in New Issue
Block a user