diff --git a/src/components/floatingButton/index.tsx b/src/components/floatingButton/index.tsx index dfc09ec35d..517cde42d5 100644 --- a/src/components/floatingButton/index.tsx +++ b/src/components/floatingButton/index.tsx @@ -211,7 +211,6 @@ class FloatingButton extends PureComponent { const styles = StyleSheet.create({ container: { - ...StyleSheet.absoluteFillObject, top: undefined, zIndex: Constants.isAndroid ? 99 : undefined },