Skip to content

Commit

Permalink
fix(web): use absolute positioning for BottomSheetContainer in web (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
viljark committed Jan 1, 2024
1 parent f0ec705 commit d6e3dc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/bottomSheetContainer/styles.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6e3dc9

Please sign in to comment.