mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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%;
|
||||
background: var(--main-background-color);
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.tab-row-widget.full-width {
|
||||
|
Loading…
x
Reference in New Issue
Block a user