disable perf optimisation to allow overflow

This commit is contained in:
Samuel Newman
2024-07-26 14:00:06 +01:00
parent 5cdaceffc1
commit d1360376c3
8 changed files with 23 additions and 48 deletions
@@ -387,9 +387,6 @@ export function MessagesList({
renderItem={renderItem}
keyExtractor={keyExtractor}
disableFullWindowScroll={true}
// Prevents wrong position in Firefox when sending a message
// as well as scroll getting stuck on Chome when scrolling upwards.
disableContainStyle={true}
disableVirtualization={true}
style={animatedListStyle}
// The extra two items account for the header and the footer components