Skip to content

Commit

Permalink
Menu transition from top
Browse files Browse the repository at this point in the history
  • Loading branch information
Juřička, Tomáš committed Dec 11, 2023
1 parent 5bd8b2b commit 753ef28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/organisms/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ export const Header = () => {
<Transition.Child
as={React.Fragment}
enter="transition duration-300 ease-in-out"
enterFrom="translate-x-full"
enterFrom="-translate-y-full"
enterTo="opacity-100"
leave="transition duration-300 ease-in-out"
leaveFrom="opacity-100"
leaveTo="translate-x-full"
leaveTo="-translate-y-full"
>
<div className="bg-stone-900 w-full h-full pb-5 pt-[calc(52px+1.25rem)] sm:py-6 px-4 sm:px-6 text-stone-100 relative z-10">
<div className="flex flex-col h-full space-y-8 items-center justify-center">
Expand Down

0 comments on commit 753ef28

Please sign in to comment.