aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
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',