Skip to content

Commit 293c614

Browse files
committed
fix #145 (by JesseRWeigel) scroll fix
on web scrollbar can shortly appear
1 parent 15f722c commit 293c614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MenuPlaceholder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ const styles = StyleSheet.create({
4343
left: 0,
4444
right: 0,
4545
bottom: 0,
46+
overflowY: 'hidden',
4647
},
4748
});

0 commit comments

Comments
 (0)