mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Ensure loading indication is full screen
This commit is contained in:
parent
56496f1ea0
commit
9a1cf2a0d4
@ -16,6 +16,7 @@ LoadingIndicator.prototype.render = function () {
|
||||
return (
|
||||
isLoading ? h('.full-flex-height', {
|
||||
style: {
|
||||
left: '0px',
|
||||
zIndex: 10,
|
||||
position: 'absolute',
|
||||
flexDirection: 'column',
|
||||
|
Loading…
Reference in New Issue
Block a user