From 942db88f58b3dd3d9426f1492370ff78753901da Mon Sep 17 00:00:00 2001 From: TerryM Date: Sat, 30 May 2026 18:14:58 +0800 Subject: [PATCH] fix(ui): disable text selection on header, filter chips, and bottom nav Add `select-none` to the sticky header, the type filter chips row, and the mobile bottom nav so their labels and icons can't be highlighted/selected. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/messageStream/FilterChips.tsx | 2 +- src/layouts/PublicLayout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/messageStream/FilterChips.tsx b/src/components/messageStream/FilterChips.tsx index a649951..a82519a 100644 --- a/src/components/messageStream/FilterChips.tsx +++ b/src/components/messageStream/FilterChips.tsx @@ -48,7 +48,7 @@ export function FilterChips({ type, onTypeChange }: FilterChipsProps) { ].join(" "); return ( -
+
-
+
{/* Logo → home; page-name text → scroll to top of the current page. */} @@ -715,7 +715,7 @@ export function PublicLayout() { -