aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tooltip.js
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-12-17 02:04:57 +0800
committerGitHub <noreply@github.com>2016-12-17 02:04:57 +0800
commit6d13ef691f4162caad6b8742a21d0b75f8baccca (patch)
tree74790ae54c78ea0dfb71329118397dde116ebe44 /ui/app/components/tooltip.js
parente6c01abba4b66c6ef98a9d8155439be002dea5cd (diff)
downloadtangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.gz
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.bz2
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.lz
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.xz
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.zst
tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.zip
Revert "Interface enhancements"
Diffstat (limited to 'ui/app/components/tooltip.js')
-rw-r--r--ui/app/components/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tooltip.js b/ui/app/components/tooltip.js
index efab2c497..edbc074bb 100644
--- a/ui/app/components/tooltip.js
+++ b/ui/app/components/tooltip.js
@@ -17,6 +17,6 @@ Tooltip.prototype.render = function () {
return h(ReactTooltip, {
position: position || 'left',
title,
- fixed: true,
+ fixed: false,
}, children)
}