Skip to content

Commit

Permalink
Merge branch 'feature/AB#17327' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Mar 5, 2024
2 parents c261412 + 741a0ca commit 8af3b1b
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ export const StepFour = ({ existingObject, setExistingObject }: StepProps) => {
setFieldValue('Object_UUID', null)
setFieldError('Object_UUID', undefined)
}}
styles={{
menu: base => ({
...base,
position: 'relative',
zIndex: 9999,
marginTop: 2,
boxShadow: '0px 10px 30px rgba(0, 0, 0, 0.10)',
}),
}}
/>
{values.validOrModule === 'valid' ? (
<div>
Expand Down Expand Up @@ -142,6 +151,15 @@ export const StepFour = ({ existingObject, setExistingObject }: StepProps) => {

setExistingObject(selected?.objectContext)
}}
styles={{
menu: base => ({
...base,
position: 'relative',
zIndex: 9999,
marginTop: 2,
boxShadow: '0px 10px 30px rgba(0, 0, 0, 0.10)',
}),
}}
/>
</div>
)}
Expand Down

0 comments on commit 8af3b1b

Please sign in to comment.