Fix: ensure all views can scroll to the bottom
This commit is contained in:
parent
2972fd8372
commit
80f58cf9f3
13 changed files with 15 additions and 5 deletions
|
@ -76,7 +76,7 @@ export const Log = observer(function Log({navIdx, visible}: ScreenParams) {
|
|||
</View>
|
||||
)
|
||||
})}
|
||||
<View style={{height: 100}} />
|
||||
<View style={s.footerSpacer} />
|
||||
</ScrollView>
|
||||
</View>
|
||||
)
|
||||
|
|
|
@ -89,6 +89,7 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
|
|||
</View>
|
||||
</TouchableOpacity>
|
||||
))}
|
||||
<View style={s.footerSpacer} />
|
||||
</ScrollView>
|
||||
) : (
|
||||
<SuggestedFollows asLinks />
|
||||
|
|
|
@ -79,7 +79,7 @@ export const Settings = observer(function Settings({
|
|||
title="Debug tools">
|
||||
<Text style={pal.link}>Storybook</Text>
|
||||
</Link>
|
||||
<View style={{height: 100}} />
|
||||
<View style={s.footerSpacer} />
|
||||
</View>
|
||||
</View>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue