mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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 (
|
return (
|
||||||
isLoading ? h('.full-flex-height', {
|
isLoading ? h('.full-flex-height', {
|
||||||
style: {
|
style: {
|
||||||
|
left: '0px',
|
||||||
zIndex: 10,
|
zIndex: 10,
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
Loading…
Reference in New Issue
Block a user