aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-15 00:56:40 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-15 00:56:40 +0800
commit35d8671843ff15822488ae39310c8c12818fb1a3 (patch)
treee4a3f8c878731aa7af4f412c7a6329c9d8192e68 /ui/app/app.js
parent4bcc62500f6f77131a21be823e3169b91d1dbf80 (diff)
downloadtangerine-wallet-browser-35d8671843ff15822488ae39310c8c12818fb1a3.tar.gz
tangerine-wallet-browser-35d8671843ff15822488ae39310c8c12818fb1a3.tar.zst
tangerine-wallet-browser-35d8671843ff15822488ae39310c8c12818fb1a3.zip
Add responsive UI to send ether modal
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 1ca59e406..01a67250a 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -99,7 +99,7 @@ App.prototype.render = function () {
h('.flex-column.full-height', {
style: {
- overflowX: 'hidden',
+ overflow: 'hidden',
position: 'relative',
alignItems: 'center',
},