Skip to content

Commit

Permalink
Improve accessibility (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
dBianchii authored May 11, 2024
1 parent baaa5bd commit ef9f43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/tasks-table-floating-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function TasksTableFloatingBar({ table }: TasksTableFloatingBarProps) {
}, [table])

return (
<div className="fixed inset-x-0 bottom-4 z-50 w-full px-4">
<div className="fixed inset-x-0 bottom-4 z-50 mx-auto w-fit px-4">
<div className="w-full overflow-x-auto">
<div className="mx-auto flex w-fit items-center gap-2 rounded-md border bg-card p-2 shadow-2xl">
<div className="flex h-7 items-center rounded-md border border-dashed pl-2.5 pr-1">
Expand Down

0 comments on commit ef9f43b

Please sign in to comment.