prevent scrollbar from appearing
This commit is contained in:
parent
43a01683e9
commit
de7fc9c15a
|
@ -66,6 +66,7 @@ const StyledFloatingElement = styled(FloatingElement)`
|
|||
animation: ${css`
|
||||
${fadeIn} 1s linear
|
||||
`};
|
||||
overflow: hidden;
|
||||
`
|
||||
|
||||
const getCumulativeOrderbookSide = (
|
||||
|
|
Loading…
Reference in New Issue