Skip to content

Commit

Permalink
fix: trending view ui (#10447)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhanseng committed Aug 17, 2023
1 parent 5b87f4f commit b16618e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,10 @@ export function TrendingView(props: TrendingViewProps) {
backgroundColor:
isTokenTagPopper || isCollectionProjectPopper ? theme.palette.maskColor.bottom : 'transparent',
flexGrow: 1,
overflow: 'auto',
'&::-webkit-scrollbar': {
display: 'none',
},
}}>
{currentTab === ContentTabs.Market && trending.dataProvider ? (
<CoinMarketPanel trending={trending} result={result} />
Expand Down

0 comments on commit b16618e

Please sign in to comment.