Skip to content

Commit 6217d5e

Browse files
committed
removed specific css for react select
1 parent 64bd255 commit 6217d5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Shared/Components/ReactSelect/constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ export const CommonGroupedDropdownStyles = {
1515
backgroundColor: 'var(--N50)',
1616
cursor: state.isDisabled ? 'not-allowed' : 'pointer',
1717
opacity: state.isDisabled ? 0.5 : 1,
18-
maxHeight: '200px',
19-
overflow: 'scroll',
20-
alignItems: 'flex-start',
2118
}),
2219
singleValue: (base) => ({
2320
...base,

0 commit comments

Comments
 (0)