mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
Ensure loading indication covers fox
This commit is contained in:
parent
02b57adbf1
commit
784856532c
@ -30,6 +30,7 @@ LoadingIndicator.prototype.render = function () {
|
|||||||
|
|
||||||
isLoading ? h('div', {
|
isLoading ? h('div', {
|
||||||
style: {
|
style: {
|
||||||
|
zIndex: 10,
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
Loading…
Reference in New Issue
Block a user