Skip to content

Commit

Permalink
fix: max-height of header sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Mar 23, 2024
1 parent ab301bb commit aa6b4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const HeaderDrawerContent = () => {
const { config } = useHeaderConfig()

return (
<div className="mt-12 max-h-screen w-[90vw] space-y-4 overflow-auto pb-24 scrollbar-none">
<div className="mt-12 max-h-[80dvh] w-[90vw] space-y-4 overflow-auto pb-24 scrollbar-none">
{config.map((section, index) => {
return (
<m.section
Expand Down

0 comments on commit aa6b4fc

Please sign in to comment.