Skip to content

Commit c488c73

Browse files
authored
Fixes sidebar not full height (#344)
1 parent dac5b91 commit c488c73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/sidebar/view/internal/sidebar/Sidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const Sidebar = ({ children }: { children?: React.ReactNode }) => {
3535
<Header />
3636
<Box sx={{
3737
position: "relative",
38-
overflow: "hidden"
38+
overflow: "hidden",
39+
height: "100%"
3940
}}>
4041
<Shadow
4142
sx={{

0 commit comments

Comments
 (0)