aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/eth-balance.js
diff options
context:
space:
mode:
authorFrankie <frankie.pangilinan@consensys.net>2016-07-07 08:09:53 +0800
committerFrankie <frankie.pangilinan@consensys.net>2016-07-07 08:12:33 +0800
commit53eefc1efc65c138c8692bb069ae64e5eae9942b (patch)
treec8169ebbe1e2dba3158df1b104f82688a9681d11 /ui/app/components/eth-balance.js
parent9d577ea0231802279ea0070a598f7dea9637f652 (diff)
downloadtangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.tar
tangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.tar.gz
tangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.tar.bz2
tangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.tar.lz
tangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.tar.xz
tangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.tar.zst
tangerine-wallet-browser-53eefc1efc65c138c8692bb069ae64e5eae9942b.zip
Add a postion option for tool tip
Diffstat (limited to 'ui/app/components/eth-balance.js')
-rw-r--r--ui/app/components/eth-balance.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/eth-balance.js b/ui/app/components/eth-balance.js
index 0294d0d9f..510b620f3 100644
--- a/ui/app/components/eth-balance.js
+++ b/ui/app/components/eth-balance.js
@@ -39,6 +39,7 @@ EthBalanceComponent.prototype.renderBalance = function (value) {
return (
h(Tooltip, {
title: value.balance,
+ position: 'bottom',
}, [
h('.flex-column', {
style: {