diff --git a/src/components/Liquidity/LiquidityTable.tsx b/src/components/Liquidity/LiquidityTable.tsx index d29b0e05..68622eb5 100644 --- a/src/components/Liquidity/LiquidityTable.tsx +++ b/src/components/Liquidity/LiquidityTable.tsx @@ -147,6 +147,8 @@ const LiquidityTable: React.FC = (props) => { export const LiquidityTableContainer = styled.div` position: relative; + display: flex; + flex-direction: column; overflow-x: show; `