fix overflow scroll
This commit is contained in:
@@ -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>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user