Skip to content

Commit 8ea3b25

Browse files
committed
1 parent c770f0f commit 8ea3b25

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/header.module.css

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
top: rem(56px);
4343
}
4444

45+
.content {
46+
height: auto;
47+
}
48+
4549
.overlay {
4650
top: rem(56px);
4751
}

src/components/header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function Header() {
6060
opened={opened}
6161
onClose={close}
6262
position="top"
63-
classNames={{ inner: classes.drawer, overlay: classes.overlay }}
63+
classNames={{ inner: classes.drawer, overlay: classes.overlay, content: classes.content }}
6464
withCloseButton={false}
6565
>
6666
{items}

0 commit comments

Comments
 (0)