fix: css fixes

This commit is contained in:
2024-05-15 15:23:48 +01:00
parent 303bca42e9
commit 3b68e6348f
4 changed files with 10 additions and 8 deletions

View File

@ -84,7 +84,7 @@ export default function Category() {
const results = useRequestBuilder(sub);
return (
<div>
<div className="flex flex-wrap gap-4">
<div className="flex gap-4 overflow-x-scroll scrollbar-hidden">
{AllCategories.map(a => (
<CategoryLink key={a.id} {...a} />
))}