1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix loading indication placement

This commit is contained in:
Dan Finlay 2017-07-27 14:13:53 -07:00
parent f884477abb
commit 56496f1ea0

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