From a7e8b0eb01ed80b78fbcaec93b6107f0654c9ffd Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 26 Sep 2023 11:54:42 -0400 Subject: [PATCH] fix(market-depth): ensure scroll bar doesn't show on orderbook (#4882) --- libs/market-depth/src/lib/orderbook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/market-depth/src/lib/orderbook.tsx b/libs/market-depth/src/lib/orderbook.tsx index 8d4878817..0691487d3 100644 --- a/libs/market-depth/src/lib/orderbook.tsx +++ b/libs/market-depth/src/lib/orderbook.tsx @@ -175,7 +175,7 @@ export const Orderbook = ({ ); return ( -
+
{({ width, height }) => {