Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Newman 626bfd8411 fix scrollbar behaviour in splitview 2026-06-02 17:13:45 +03:00
+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>}>