This commit is contained in:
Batyr 2025-05-28 16:32:28 +05:00
parent 8a80d3712b
commit d4aa372333
1 changed files with 4 additions and 1 deletions

View File

@ -126,7 +126,10 @@ export const DesignerCard: FC<Props> = ({
<div className="">
<h3 className="text-xl mb-2.5">Работы дизайнера</h3>
<div ref={null} className="embla overflow-hidden">
<div
ref={images?.length > 8 ? emblaRef : null}
className="embla overflow-hidden"
>
<div className="embla__container items-center flex gap-4">
{canScrollPrev && (
<ChevronLeftIcon