Skip to content

Commit d9dd486

Browse files
committed
style(web): adjust overflow handling in SomedayRecurrenceSelect component
1 parent 1b5622c commit d9dd486

File tree

1 file changed

+1
-1
lines changed
  • packages/web/src/views/Forms/EventForm/DateControlsSection/RecurrenceSection/SomedayRecurrenceSection/SomedayRecurrenceSelect

1 file changed

+1
-1
lines changed

packages/web/src/views/Forms/EventForm/DateControlsSection/RecurrenceSection/SomedayRecurrenceSection/SomedayRecurrenceSelect/SomedayRecurrenceSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export const SomedayRecurrenceSelect = ({
137137
value={selectedOption}
138138
onChange={(option) => onSelect(option ?? DO_NOT_REPEAT_OPTION)}
139139
isClearable={false}
140-
maxMenuHeight={100}
141140
placeholder="Repeat"
142141
theme={(theme) => ({
143142
...theme,
@@ -174,6 +173,7 @@ export const SomedayRecurrenceSelect = ({
174173
...baseStyles,
175174
fontSize,
176175
backgroundColor: bgColor,
176+
overflowY: "hidden",
177177
}),
178178
option: (styles, { isDisabled, isFocused, isSelected }) => ({
179179
...styles,

0 commit comments

Comments
 (0)