mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 12:41:45 +02:00
fix(ui): items hiding the border of the list
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user