Skip to content

Commit

Permalink
fix: optimize sticky header styles z-index in tools - ProviderList co…
Browse files Browse the repository at this point in the history
…mponent (#4746)
  • Loading branch information
chazzhou authored May 29, 2024
1 parent 9e6b6e7 commit 008edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/tools/provider-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 008edd0

Please sign in to comment.