Skip to content

Commit 4daef35

Browse files
💄 style: Fix draw style
1 parent 929ea0e commit 4daef35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Drawer/Drawer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const Drawer = memo<DrawerProps>(
9191
style={{
9292
background: theme.colorBgLayout,
9393
borderRight: `1px solid ${theme.colorBorderSecondary}`,
94-
height: '100%',
9594
overflowX: 'hidden',
9695
overflowY: 'auto',
9796
...styles?.sidebar,
@@ -107,7 +106,6 @@ const Drawer = memo<DrawerProps>(
107106
paddingInline={16}
108107
style={{
109108
background: theme.colorBgContainer,
110-
height: '100%',
111109
overflowX: 'hidden',
112110
overflowY: 'auto',
113111
...styles?.sidebarContent,

0 commit comments

Comments
 (0)