fix scrollbar behaviour in splitview

This commit is contained in:
Samuel Newman
2026-06-02 17:13:45 +03:00
parent cbf8e95bdb
commit 626bfd8411
+1 -1
View File
@@ -345,7 +345,7 @@ function ListImpl<ItemT>(
style,
disableFullWindowScroll && {
flex: 1,
overflowY: 'scroll',
overflowY: isWithinSplitView ? 'auto' : 'scroll',
},
]}
ref={nativeRef as unknown as React.RefObject<View>}>