diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-19 15:21:06 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-19 15:21:06 -0600 |
commit | 80f58cf9f385d95d0c29b17d6f7d996cf4d09231 (patch) | |
tree | cc40505e8c291224bfcc6811364399722f33d14a /src/view/shell/mobile/Menu.tsx | |
parent | 2972fd83724e0c3e72c5e69bc0aa921a3aa40c03 (diff) | |
download | voidsky-80f58cf9f385d95d0c29b17d6f7d996cf4d09231.tar.zst |
Fix: ensure all views can scroll to the bottom
Diffstat (limited to 'src/view/shell/mobile/Menu.tsx')
-rw-r--r-- | src/view/shell/mobile/Menu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/mobile/Menu.tsx b/src/view/shell/mobile/Menu.tsx index 6ffa4c1e6..875bb5a3d 100644 --- a/src/view/shell/mobile/Menu.tsx +++ b/src/view/shell/mobile/Menu.tsx @@ -175,7 +175,7 @@ export const Menu = observer( {VersionNumber.buildVersion}) </Text> </View> - <View style={{height: 100}} /> + <View style={s.footerSpacer} /> </ScrollView> ) }, |