We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90dee7a + f07731b commit 056069eCopy full SHA for 056069e
src/components/InvertedFlatList/CellRendererComponent.tsx
@@ -21,7 +21,7 @@ function CellRendererComponent(props: CellRendererComponentProps) {
21
* list items. Consequently, lower list items can overflow the upper list items.
22
* See: https://github.com/Expensify/App/issues/20451
23
*/
24
- {zIndex: -props.index},
+ {zIndex: -props.index, position: 'relative'},
25
]}
26
/>
27
);
0 commit comments