aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/index.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2016-10-12 07:18:37 +0800
committerGitHub <noreply@github.com>2016-10-12 07:18:37 +0800
commitd67a5031c7f2b4cd14d3d27f3769a31769012f54 (patch)
tree2a4579690d7ba410adea51b605f7aa724d4edf84 /ui/app/accounts/index.js
parentbbaf79f576443f6325d6c32d119f020a61bffa67 (diff)
parent5d01d50c16490c025addab4fc2461495ca9d0a5f (diff)
downloadtangerine-wallet-browser-d67a5031c7f2b4cd14d3d27f3769a31769012f54.tar.gz
tangerine-wallet-browser-d67a5031c7f2b4cd14d3d27f3769a31769012f54.tar.zst
tangerine-wallet-browser-d67a5031c7f2b4cd14d3d27f3769a31769012f54.zip
Merge pull request #723 from MetaMask/i721-ScrollAccountList
I721 scroll account list
Diffstat (limited to 'ui/app/accounts/index.js')
-rw-r--r--ui/app/accounts/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index 735526c60..7551c498e 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -54,7 +54,7 @@ AccountsScreen.prototype.render = function () {
h('hr.horizontal-line'),
// identity selection
- h('section.identity-section.flex-column', {
+ h('section.identity-section', {
style: {
height: '418px',
overflowY: 'auto',