diff --git a/components/chain-list/chain-list.tsx b/components/chain-list/chain-list.tsx index edf572b..4fad5e4 100644 --- a/components/chain-list/chain-list.tsx +++ b/components/chain-list/chain-list.tsx @@ -53,7 +53,7 @@ export const ChainContainer = styled.div` flex-direction: column; width: 100%; //max-height: 33rem; - overflow: scroll; + overflow-y: scroll; flex: 1;