fix: resolve dropdown menu visibility issue caused by z-index conflict (#22000)

This commit is contained in:
鸽子
2025-07-07 21:58:05 +08:00
committed by GitHub
parent de54f8d0ef
commit aded30b664

View File

@@ -72,7 +72,7 @@ const ProviderList = () => {
className='relative flex grow flex-col overflow-y-auto bg-background-body' className='relative flex grow flex-col overflow-y-auto bg-background-body'
> >
<div className={cn( <div className={cn(
'sticky top-0 z-20 flex flex-wrap items-center justify-between gap-y-2 bg-background-body px-12 pb-2 pt-4 leading-[56px]', 'sticky top-0 z-10 flex flex-wrap items-center justify-between gap-y-2 bg-background-body px-12 pb-2 pt-4 leading-[56px]',
currentProviderId && 'pr-6', currentProviderId && 'pr-6',
)}> )}>
<TabSliderNew <TabSliderNew