diff --git a/src/components/InvertedFlatList/CellRendererComponent.tsx b/src/components/InvertedFlatList/CellRendererComponent.tsx index 1199fb2a594c..f0631811fa14 100644 --- a/src/components/InvertedFlatList/CellRendererComponent.tsx +++ b/src/components/InvertedFlatList/CellRendererComponent.tsx @@ -21,7 +21,7 @@ function CellRendererComponent(props: CellRendererComponentProps) { * list items. Consequently, lower list items can overflow the upper list items. * See: https://github.com/Expensify/App/issues/20451 */ - {zIndex: -props.index}, + {zIndex: -props.index, position: 'relative'}, ]} /> );