We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ec705 commit d6e3dc9Copy full SHA for d6e3dc9
src/components/bottomSheetContainer/styles.web.ts
@@ -2,8 +2,7 @@ import { StyleSheet } from 'react-native';
2
3
export const styles = StyleSheet.create({
4
container: {
5
- // @ts-ignore
6
- position: 'fixed',
+ position: 'absolute',
7
left: 0,
8
right: 0,
9
bottom: 0,
0 commit comments