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 ...@@ -18,7 +18,7 @@ const ContainerWithScrollY = ({ className, hasScroll, containerId, gradientHeigh
id={ containerId } id={ containerId }
flexDirection="column" flexDirection="column"
className={ className } className={ className }
overflowY="scroll" overflowY={ hasScroll ? 'scroll' : 'auto' }
ref={ ref } ref={ ref }
_after={ hasScroll ? { _after={ hasScroll ? {
position: 'absolute', 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