fix: remove home category height animation
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 21s
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 21s
This commit is contained in:
@@ -281,7 +281,7 @@ export function Home() {
|
||||
<div className="md:hidden">
|
||||
<div
|
||||
ref={categoryRowRef}
|
||||
className="flex snap-x snap-mandatory items-start overflow-x-auto overflow-y-hidden scroll-smooth transition-[height] duration-300 ease-out motion-reduce:transition-none [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden"
|
||||
className="flex snap-x snap-mandatory items-start overflow-x-auto overflow-y-hidden scroll-smooth [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden"
|
||||
style={{ height: `${mobileCategoryHeight}px` }}
|
||||
aria-label={t("categorySection")}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user