mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Make list content overflow under bottom nav bar (#771)
This commit is contained in:
@@ -141,7 +141,6 @@ export default function CredentialsScreen() {
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
marginBottom: 80,
|
||||
},
|
||||
content: {
|
||||
flex: 1,
|
||||
@@ -206,6 +205,8 @@ export default function CredentialsScreen() {
|
||||
{ useNativeDriver: true }
|
||||
)}
|
||||
scrollEventThrottle={16}
|
||||
contentContainerStyle={{ paddingBottom: 40 }}
|
||||
scrollIndicatorInsets={{ bottom: 40 }}
|
||||
ListHeaderComponent={
|
||||
<ThemedView>
|
||||
<TitleContainer title="Credentials" />
|
||||
|
||||
@@ -164,7 +164,6 @@ export default function EmailsScreen() {
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
marginBottom: 80,
|
||||
},
|
||||
content: {
|
||||
flex: 1,
|
||||
@@ -213,6 +212,8 @@ export default function EmailsScreen() {
|
||||
{ useNativeDriver: true }
|
||||
)}
|
||||
scrollEventThrottle={16}
|
||||
contentContainerStyle={{ paddingBottom: 40 }}
|
||||
scrollIndicatorInsets={{ bottom: 40 }}
|
||||
refreshControl={
|
||||
<RefreshControl
|
||||
refreshing={isRefreshing}
|
||||
|
||||
Reference in New Issue
Block a user