mirror of https://github.com/langgenius/dify.git
fix: resolve dropdown menu visibility issue caused by z-index conflict (#22000)
This commit is contained in:
parent
de54f8d0ef
commit
aded30b664
|
|
@ -72,7 +72,7 @@ const ProviderList = () => {
|
|||
className='relative flex grow flex-col overflow-y-auto bg-background-body'
|
||||
>
|
||||
<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',
|
||||
)}>
|
||||
<TabSliderNew
|
||||
|
|
|
|||
Loading…
Reference in New Issue