diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-01-04 16:39:56 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2018-01-09 14:40:20 +0100 |
| commit | 44ffa3f8cfdc9a8bd5150f0f2e0707eff11f330c (patch) | |
| tree | c7d0f070656502b694aa8346544e375aa59e8ea0 /app/components/Settings.js | |
| parent | 177efaf5829f2da43462e2817d1f0876f6a5064a (diff) | |
| download | mullvadvpn-44ffa3f8cfdc9a8bd5150f0f2e0707eff11f330c.tar.xz mullvadvpn-44ffa3f8cfdc9a8bd5150f0f2e0707eff11f330c.zip | |
Fix layout issues
Diffstat (limited to 'app/components/Settings.js')
| -rw-r--r-- | app/components/Settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js index b5c0465210..0fc1c6fa10 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -42,7 +42,7 @@ export default class Settings extends Component { <Text style={styles.settings__title}>Settings</Text> </View> - <CustomScrollbars autoHide={ true }> + <CustomScrollbars style={styles.settings__scrollview} autoHide={ true }> <View style={styles.settings__content}> <View> |
