1
0
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:
Dan Finlay 2017-07-27 14:15:56 -07:00
parent 56496f1ea0
commit 9a1cf2a0d4

View File

@ -16,6 +16,7 @@ LoadingIndicator.prototype.render = function () {
return (
isLoading ? h('.full-flex-height', {
style: {
left: '0px',
zIndex: 10,
position: 'absolute',
flexDirection: 'column',