Commit 16274b95 authored by isstuev's avatar isstuev

try to remove scroll artifacts

parent 5965c631
......@@ -18,7 +18,7 @@ const ContainerWithScrollY = ({ className, hasScroll, containerId, gradientHeigh
id={ containerId }
flexDirection="column"
className={ className }
overflowY="scroll"
overflowY={ hasScroll ? 'scroll' : 'auto' }
ref={ ref }
_after={ hasScroll ? {
position: 'absolute',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment