update filter container to use flex-nowrap and set height for improved layout

This commit is contained in:
암냥 2026-04-16 15:13:48 +09:00
commit dfe425e033
No known key found for this signature in database

View file

@ -451,7 +451,7 @@ export default function App() {
<Header />
<div className="border-b border-border bg-background/85 backdrop-blur px-6 py-2">
<div className="flex w-full items-center justify-between overflow-x-auto text-sm text-foreground/70">
<div id="filter" className="flex flex-wrap items-center gap-2 max-h-6 overflow-x-auto">
<div id="filter" className="flex flex-nowrap items-center gap-2 h-6 overflow-x-auto overflow-y-hidden">
<button
type="button"
onClick={() => setSelectedTags([])}