We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f5f71 commit 143c1f1Copy full SHA for 143c1f1
src/Shared/Components/DatePicker/DateTimePicker.tsx
@@ -110,8 +110,9 @@ const DateTimePicker = ({
110
onChange={handleTimeChange}
111
data-testid={dataTestIdForTime}
112
menuSize={ComponentSizeType.xs}
113
- menuPosition="absolute"
+ menuPosition="fixed"
114
size={ComponentSizeType.large}
115
+ shouldMenuAlignRight
116
/>
117
</div>
118
)}
src/Shared/Components/SelectPicker/utils.ts
@@ -53,6 +53,7 @@ const getVariantOverrides = <OptionValue>(
53
border: 'none',
54
padding: 0,
55
gap: '2px',
56
+ overflow: 'hidden !important',
57
}),
58
singleValue: () => ({
59
fontWeight: 600,
0 commit comments