We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2f223 + 73fea56 commit cd27432Copy full SHA for cd27432
src/renderer/components/TopBar/ConfigMenu.tsx
@@ -50,6 +50,8 @@ const ConfigMenu = (props: Props) => {
50
<MenuList
51
borderColor="var(--swh-border-color-0)"
52
className={styles.menu_list}
53
+ maxH={"calc(100vh - 80px)"}
54
+ overflowY={"scroll"}
55
>
56
<MenuItem
57
icon={<BiInfoCircle />}
0 commit comments