hide overflow for animation
This commit is contained in:
parent
1df852500d
commit
803863d273
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ function UserPage(props: UserPageProps) {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="flex justify-center">
|
||||
<div className="flex justify-center overflow-hidden">
|
||||
<m.div
|
||||
className="mt-7 inline-grid w-[calc(100%-40px)] max-w-5xl grid-cols-10 gap-3 pl-2 font-plusJakarta lg:mt-12 lg:pl-0 lg:pr-2"
|
||||
variants={containerVariants}
|
||||
|
|
Loading…
Reference in a new issue