fix(ui): items hiding the border of the list

This commit is contained in:
thecodrr
2020-12-24 10:42:33 +05:00
parent 553118869a
commit 70e9a65f01

View File

@@ -32,7 +32,7 @@ const ScrollContainer = ({
if (scrollTrackY) scrollTrackY.style.opacity = 0;
}}
wrapperProps={{
style: { right: 0, inset: "0px 0px 0px 0px" },
style: { right: 0, inset: "0px 1px 0px 0px" },
}}
trackYProps={{
className: "scrollTrackY",