aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/eth-balance.js
diff options
context:
space:
mode:
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: {