From 1d7754f51a03e68a519ab7e761a855004c511830 Mon Sep 17 00:00:00 2001 From: nicholas-codecov Date: Wed, 4 Sep 2024 12:38:18 -0300 Subject: [PATCH] bump up z index in select --- src/ui/Select/Select.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Select/Select.jsx b/src/ui/Select/Select.jsx index 1455bd5d25..681cad9989 100644 --- a/src/ui/Select/Select.jsx +++ b/src/ui/Select/Select.jsx @@ -16,7 +16,7 @@ const SelectClasses = { item: 'block cursor-pointer py-1 px-3 text-sm font-normal', button: 'flex justify-between items-center w-full rounded bg-ds-background text-left whitespace-nowrap disabled:text-ds-gray-quaternary disabled:bg-ds-gray-primary disabled:border-ds-gray-tertiary focus:outline-1', - ul: 'overflow-hidden rounded-bl rounded-br bg-ds-background border-ds-gray-tertiary absolute w-full z-20 max-h-80 min-w-fit', + ul: 'overflow-hidden rounded-bl rounded-br bg-ds-background border-ds-gray-tertiary absolute w-full z-40 max-h-80 min-w-fit', loadMoreTrigger: 'relative top-[-65px] invisible block leading-[0]', } @@ -185,7 +185,7 @@ const Select = forwardRef( />