Fix scrollbar behaviour in splitview (#10685)
This commit is contained in:
@@ -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>}>
|
||||
|
||||
Reference in New Issue
Block a user