feat(tab-bar): prevent user selection

This commit is contained in:
Elian Doran 2025-02-07 22:03:22 +02:00
parent 35207b8df0
commit 0138776a72
No known key found for this signature in database

View File

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