Skip to content

Commit

Permalink
scroll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jul 19, 2024
1 parent 4802f92 commit 28b4ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/tree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ export const Tree = memo(function Tree({
<HStack
ref={ref as any}
position="absolute" left='0' top='0' right='0' bottom='0'
overflowX={onescreen ? 'hidden' : 'scroll'} overflowY='hidden'
overflowX={'scroll'} overflowY='hidden'
autoFocus={autoFocus}
>
{pathItemsView}
Expand Down

0 comments on commit 28b4ee0

Please sign in to comment.