fix(market-depth): ensure scroll bar doesn't show on orderbook (#4882)
This commit is contained in:
parent
89b3c06107
commit
a7e8b0eb01
@ -175,7 +175,7 @@ export const Orderbook = ({
|
||||
);
|
||||
|
||||
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>
|
||||
<ReactVirtualizedAutoSizer>
|
||||
{({ width, height }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user