Skip to content

Commit

Permalink
Merge pull request #235 from privacy-scaling-explorations/fix-accordi…
Browse files Browse the repository at this point in the history
…on-d7

fix accordion d7
  • Loading branch information
kalidiagne authored Nov 9, 2024
2 parents a065ed9 + 28abc00 commit a869790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[lang]/devcon-7/sections/Devcon7Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const EventCard = ({ event = {}, speakers = [], location = "" }: any) => {
className={cn(
"lg:max-h-none lg:opacity-100 lg:block",
"transition-all duration-300 overflow-hidden",
isOpen ? "max-h-[200px] opacity-100" : "max-h-0 opacity-0",
isOpen ? "max-h-[1000px] opacity-100" : "max-h-0 opacity-0",
"lg:transition-none lg:overflow-visible"
)}
>
Expand Down

0 comments on commit a869790

Please sign in to comment.