We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8873c56 commit 1f9e5d0Copy full SHA for 1f9e5d0
src/sections/Header.tsx
@@ -205,7 +205,7 @@ const Header: React.FC = () => {
205
exit={{ opacity: 0, x: '100%' }}
206
transition={{ type: 'tween', duration: 0.3 }}
207
className="fixed md:hidden top-0 right-0 bottom-0 w-[80%] max-w-sm bg-white shadow-xl z-40
208
- flex flex-col h-full"
+ flex flex-col h-screen overflow-y-auto"
209
>
210
<div className="h-20" />
211
<div className="flex-1 overflow-y-auto overscroll-contain px-4 py-6">
0 commit comments