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:
parent
f884477abb
commit
56496f1ea0
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user