diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-06-27 17:37:12 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-06-27 17:37:12 +0200 |
| commit | f41f3bbfda0abd6db1ef0ee0eeddd155f41cdb3a (patch) | |
| tree | cc62f778c76cfff0bdf327bb7392117889216b04 /app/components/SelectLocationStyles.js | |
| parent | 9e9a8d53d7b07d39a62b19015aa564a1f145034c (diff) | |
| parent | 23b59832904465495b15f61fd5ab7dbc44734848 (diff) | |
| download | mullvadvpn-f41f3bbfda0abd6db1ef0ee0eeddd155f41cdb3a.tar.xz mullvadvpn-f41f3bbfda0abd6db1ef0ee0eeddd155f41cdb3a.zip | |
Merge branch 'fix-scroll-flicker'
Diffstat (limited to 'app/components/SelectLocationStyles.js')
| -rw-r--r-- | app/components/SelectLocationStyles.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/components/SelectLocationStyles.js b/app/components/SelectLocationStyles.js index a0aec306d4..c1fca00d07 100644 --- a/app/components/SelectLocationStyles.js +++ b/app/components/SelectLocationStyles.js @@ -27,6 +27,9 @@ export default { flex: 0, opacity: 0.6, }, + content: { + overflow: 'visible', + }, relay_status: { width: 16, height: 16, |
