소스 검색

fix: optimize sticky header styles z-index in tools - ProviderList component (#4746)

tags/0.6.10
Charles Zhou 1 년 전
부모
커밋
008edd0eeb
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/tools/provider-list.tsx

+ 1
- 1
web/app/components/tools/provider-list.tsx 파일 보기

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

Loading…
취소
저장