Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sections/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const Header: React.FC = () => {
exit={{ opacity: 0, x: '100%' }}
transition={{ type: 'tween', duration: 0.3 }}
className="fixed md:hidden top-0 right-0 bottom-0 w-[80%] max-w-sm bg-white shadow-xl z-40
flex flex-col h-full"
flex flex-col h-screen overflow-y-auto"
>
<div className="h-20" />
<div className="flex-1 overflow-y-auto overscroll-contain px-4 py-6">
Expand Down
Loading