Skip to content

Commit

Permalink
feat: remove scrollbar gray track regression
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlyy committed Mar 20, 2024
1 parent feacb2e commit 5aa2d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function NetworkSelector(props: Props) {
>
Select network
</span>
<div className="scrollbar-h-1.5 mt-0.5 flex items-stretch gap-3 overflow-x-auto py-1 scrollbar scrollbar-track-gray-400 scrollbar-thumb-yellow-100">
<div className="scrollbar-h-1.5 mt-0.5 flex items-stretch gap-3 overflow-x-auto py-1 scrollbar scrollbar-thumb-yellow-100">
{sortedChains.map((chain) => (
<PillSelector
key={chain.key}
Expand Down

0 comments on commit 5aa2d6a

Please sign in to comment.