Fix loading indication placement

This commit is contained in:
Dan Finlay 2017-07-27 14:13:53 -07:00
parent f884477abb
commit 56496f1ea0
1 changed files with 1 additions and 1 deletions

View File

@ -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',