mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add bottom extraScroll
This commit is contained in:
@@ -151,6 +151,7 @@ class RecoveryKeyDialog extends React.Component {
|
|||||||
? hexToRGBA(colors.accent + '19')
|
? hexToRGBA(colors.accent + '19')
|
||||||
: hexToRGBA(colors.shade)
|
: hexToRGBA(colors.shade)
|
||||||
}
|
}
|
||||||
|
extraScroll={20}
|
||||||
closeOnTouchBackdrop={false}
|
closeOnTouchBackdrop={false}
|
||||||
onOpen={this.onOpen}
|
onOpen={this.onOpen}
|
||||||
ref={this.actionSheetRef}
|
ref={this.actionSheetRef}
|
||||||
|
|||||||
Reference in New Issue
Block a user