fix(market-depth): ensure scroll bar doesn't show on orderbook (#4882)

This commit is contained in:
Matthew Russell 2023-09-26 11:54:42 -04:00 committed by GitHub
parent 89b3c06107
commit a7e8b0eb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ export const Orderbook = ({
); );
return ( return (
<div className="h-full text-xs grid grid-rows-[1fr_min-content]"> <div className="h-full text-xs grid grid-rows-[1fr_min-content] overflow-hidden">
<div> <div>
<ReactVirtualizedAutoSizer> <ReactVirtualizedAutoSizer>
{({ width, height }) => { {({ width, height }) => {