1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00

Ensure loading indication covers fox

This commit is contained in:
Dan Finlay 2016-09-12 14:37:17 -07:00
parent 02b57adbf1
commit 784856532c

View File

@ -30,6 +30,7 @@ LoadingIndicator.prototype.render = function () {
isLoading ? h('div', {
style: {
zIndex: 10,
position: 'absolute',
display: 'flex',
justifyContent: 'center',