diff --git a/ui/components/scans/launch-workflow/select-scan-provider.tsx b/ui/components/scans/launch-workflow/select-scan-provider.tsx index 3738fb6038..04447451a1 100644 --- a/ui/components/scans/launch-workflow/select-scan-provider.tsx +++ b/ui/components/scans/launch-workflow/select-scan-provider.tsx @@ -42,7 +42,8 @@ export const SelectScanProvider = < labelPlacement="outside" classNames={{ selectorIcon: "right-2", - label: "tracking-tight font-light !text-default-500 text-xs", + label: + "tracking-tight font-light !text-default-500 text-xs !z-0", value: "text-default-500 text-xs", }} label="Select a cloud provider to launch a scan" diff --git a/ui/components/ui/custom/custom-input.tsx b/ui/components/ui/custom/custom-input.tsx index ebbe20bc78..36ebb8b719 100644 --- a/ui/components/ui/custom/custom-input.tsx +++ b/ui/components/ui/custom/custom-input.tsx @@ -100,7 +100,8 @@ export const CustomInput = ({