Skip to content

Commit

Permalink
Merge pull request #208 from InternAcademy/dev
Browse files Browse the repository at this point in the history
Phone screen view
  • Loading branch information
dpS1lence authored Aug 21, 2024
2 parents fefe53b + 6eedda7 commit cdb5878
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function MyRecipes() {
}, [search.message]);
return (
<section
className={`bg-base flex flex-col flex-shrink-0 ${
className={`bg-base flex max-h-dvh flex-col flex-shrink-0 ${
isOpen ? "visible w-screen md:w-[25rem] md:relative" : "invisible w-0"
} h-screen md:duration-300`}
>
Expand Down

0 comments on commit cdb5878

Please sign in to comment.