aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-28 05:13:53 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-28 05:13:53 +0800
commit56496f1ea08c1f4f2786e3d1be11026adf0f5900 (patch)
treed763f1e885934a9aba79d0ef89814c5c5ead9d8c /ui
parentf884477abbf427ac390e682fd6380c6a826f0745 (diff)
downloadtangerine-wallet-browser-56496f1ea08c1f4f2786e3d1be11026adf0f5900.tar.gz
tangerine-wallet-browser-56496f1ea08c1f4f2786e3d1be11026adf0f5900.tar.zst
tangerine-wallet-browser-56496f1ea08c1f4f2786e3d1be11026adf0f5900.zip
Fix loading indication placement
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/loading.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/loading.js b/ui/app/components/loading.js
index 92d17ccd6..933321983 100644
--- a/ui/app/components/loading.js
+++ b/ui/app/components/loading.js
@@ -14,7 +14,7 @@ LoadingIndicator.prototype.render = function () {
const { isLoading, loadingMessage } = this.props
return (
- isLoading ? h('div', {
+ isLoading ? h('.full-flex-height', {
style: {
zIndex: 10,
position: 'absolute',