add design scroll to list bime

This commit is contained in:
Ehsan
2024-09-26 17:50:34 +03:30
parent 9e2ce3f737
commit 86301000af
2 changed files with 9 additions and 1 deletions
@@ -3,7 +3,7 @@ import Image from "next/image";
function ListBime({ data, loading }) {
return (
<ul className="flex overflow-auto hidden-scroll mt-[8px] items-center justify-start xl:justify-center gap-[8px] sm:gap-[13px] md:gap-[19px] lg:gap-[24px]">
<ul className="flex overflow-auto scroll-h-sm mt-[8px] items-center justify-start xl:justify-center gap-[8px] sm:gap-[13px] md:gap-[19px] lg:gap-[24px]">
{data.list_bime.map((item, idx) => (
<CustomLoading width={156} height={110} loading={loading}>
<li