Skip to content

Commit

Permalink
minor fix(frontend)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 11, 2024
1 parent a1c3139 commit ec78df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenta-web/src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const useStyles = createUseStyles((theme: JSSTheme) => ({
justifyContent: "space-between",
flexDirection: "column",
flex: 1,
overflowY: "auto",
},
"& .ant-menu-submenu-title": {
display: "flex",
Expand Down

0 comments on commit ec78df0

Please sign in to comment.