add overflow-x-auto to filter container for improved responsiveness
This commit is contained in:
parent
1ef6e09001
commit
298a9bf82c
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
<div id="filter" className="flex flex-wrap items-center gap-2 max-h-6 overflow-x-auto">
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => setSelectedTags([])}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue