diff options
author | Dan Finlay <somniac@me.com> | 2016-12-17 02:04:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 02:04:57 +0800 |
commit | 6d13ef691f4162caad6b8742a21d0b75f8baccca (patch) | |
tree | 74790ae54c78ea0dfb71329118397dde116ebe44 /ui/app/components/tooltip.js | |
parent | e6c01abba4b66c6ef98a9d8155439be002dea5cd (diff) | |
download | dexon-wallet-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.gz dexon-wallet-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.zst dexon-wallet-6d13ef691f4162caad6b8742a21d0b75f8baccca.zip |
Revert "Interface enhancements"
Diffstat (limited to 'ui/app/components/tooltip.js')
-rw-r--r-- | ui/app/components/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tooltip.js b/ui/app/components/tooltip.js index efab2c49..edbc074b 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) } |