fix: Left hand sidebar text selectable (#33029)

* fix: Add `user-select none` styles to header and room list filters

* chore: remove extra prefixed user-select variants

---------

Co-authored-by: Marley Alford <marleycalford@gmail.com>
This commit is contained in:
Marley Alford
2026-04-08 14:01:33 +02:00
committed by GitHub
parent b1745318fb
commit 725b191ace
2 changed files with 2 additions and 0 deletions
@@ -25,5 +25,6 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
user-select: none; /* currently supported by Chrome, Edge, Opera and Firefox */
}
}
@@ -20,6 +20,7 @@
*/
height: 100%;
flex: 1;
user-select: none; /* currently supported by Chrome, Edge, Opera and Firefox */
}
/* IconButton styles for chevron */