Skip to content

Commit d6e3dc9

Browse files
authored
fix(web): use absolute positioning for BottomSheetContainer in web (#1597)
1 parent f0ec705 commit d6e3dc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/bottomSheetContainer/styles.web.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { StyleSheet } from 'react-native';
22

33
export const styles = StyleSheet.create({
44
container: {
5-
// @ts-ignore
6-
position: 'fixed',
5+
position: 'absolute',
76
left: 0,
87
right: 0,
98
bottom: 0,

0 commit comments

Comments
 (0)