mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
fix: tweak z-index for custom inputs (#7166)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -100,7 +100,8 @@ export const CustomInput = <T extends FieldValues>({
|
||||
<Input
|
||||
id={name}
|
||||
classNames={{
|
||||
label: "tracking-tight font-light !text-default-500 text-xs",
|
||||
label:
|
||||
"tracking-tight font-light !text-default-500 text-xs !z-0",
|
||||
input: "text-default-500 text-xs",
|
||||
}}
|
||||
isRequired={inputIsRequired}
|
||||
|
||||
Reference in New Issue
Block a user