aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/css
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2018-01-18 05:48:16 +0800
committerGitHub <noreply@github.com>2018-01-18 05:48:16 +0800
commitb80ed2c451fee7b94edea9d1655baa2e908939b9 (patch)
treee9a67e289f043900a77b1bfb34088ad2e5f83864 /old-ui/app/css
parentccb80594be3000488b7c73f9fd5e56168e0d5042 (diff)
parentaa08d1a09dce7324eaa3b3df568df43f8c55cc63 (diff)
downloadtangerine-wallet-browser-b80ed2c451fee7b94edea9d1655baa2e908939b9.tar.gz
tangerine-wallet-browser-b80ed2c451fee7b94edea9d1655baa2e908939b9.tar.zst
tangerine-wallet-browser-b80ed2c451fee7b94edea9d1655baa2e908939b9.zip
Merge pull request #3007 from alextsg/uat-master-011618
[NewUI] Merge master into uat branch
Diffstat (limited to 'old-ui/app/css')
-rw-r--r--old-ui/app/css/index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/old-ui/app/css/index.css b/old-ui/app/css/index.css
index 4363da049..02b5b82a4 100644
--- a/old-ui/app/css/index.css
+++ b/old-ui/app/css/index.css
@@ -440,7 +440,9 @@ input.large-input {
.account-detail-section {
display: flex;
flex-wrap: wrap;
+ overflow-x: hidden;
overflow-y: auto;
+ max-height: 465px;
flex-direction: inherit;
}