From f020bd43c0c5af9b40504004ab95f4d45d187302 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Wed, 18 Mar 2026 13:28:28 +0000 Subject: [PATCH] [#314] Fix dropdown clipping by removing overflow-x-auto overflow-x-auto on the filter bar container clips absolutely positioned dropdowns. Short mobile labels (W:, G:, L:) already prevent overflow, so the property is unnecessary. Fixes #314 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/FilterBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FilterBar.tsx b/src/components/FilterBar.tsx index 1b9a2a66..d6157c9c 100644 --- a/src/components/FilterBar.tsx +++ b/src/components/FilterBar.tsx @@ -66,7 +66,7 @@ export function FilterBar({ writer, genre, lang, tab }: FilterBarProps) { return (
-
+
{/* Writer token + dropdown */}