diff --git a/src/components/bottomSheetContainer/styles.web.ts b/src/components/bottomSheetContainer/styles.web.ts index 086ed0d0c..42836a23f 100644 --- a/src/components/bottomSheetContainer/styles.web.ts +++ b/src/components/bottomSheetContainer/styles.web.ts @@ -2,8 +2,7 @@ import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { - // @ts-ignore - position: 'fixed', + position: 'absolute', left: 0, right: 0, bottom: 0,