mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
prevent scrollview bounce in menu
This commit is contained in:
@@ -157,6 +157,7 @@ export const Menu = ({
|
||||
</View>
|
||||
|
||||
<ScrollView
|
||||
alwaysBounceVertical={false}
|
||||
contentContainerStyle={{minHeight: '50%'}}
|
||||
showsVerticalScrollIndicator={false}>
|
||||
{listItems.map((item, index) => (
|
||||
|
||||
Reference in New Issue
Block a user