feat(tab-bar): prevent user selection

pull/1124/head
Elian Doran 2025-02-07 22:03:22 +07:00
parent 35207b8df0
commit 0138776a72
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -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 {