Skip to content

Commit e46c7f5

Browse files
authored
fix(topbar): content base height in organization menu (#307)
1 parent 93e1a39 commit e46c7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/topbar/src/organization.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const useStyles = makeStyles({
77
organizationSelection: {
88
overflowY: "auto",
99
overflowX: "hidden",
10-
height: "30vh",
10+
maxHeight: "30vh",
1111
width: "290px",
1212
},
1313
singleLine: {

0 commit comments

Comments
 (0)