mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(tab-bar): prevent user selection
This commit is contained in:
parent
35207b8df0
commit
0138776a72
@ -42,6 +42,7 @@ const TAB_ROW_TPL = `
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-row-widget.full-width {
|
.tab-row-widget.full-width {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user