fix overflow scroll

This commit is contained in:
hamid zarghami
2025-12-28 14:20:22 +03:30
parent 0ecb4367b9
commit b36076a021
2 changed files with 8 additions and 8 deletions
@@ -84,7 +84,7 @@ const CategoryScroll = ({
height={imageSize}
alt="category image"
/>
<span className="text-xs text-foreground">{item.title}</span>
<span className="text-xs text-foreground text-center">{item.title}</span>
</Renderer>
);
})}