From b7bce6008f81071310094aedcf23e7386002ccae Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Mon, 10 Mar 2025 11:55:04 +0100 Subject: [PATCH] fix: tweak z-index for custom inputs (#7166) --- ui/components/scans/launch-workflow/select-scan-provider.tsx | 3 ++- ui/components/ui/custom/custom-input.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 = ({