fix: Not show spining mask in ie <= 10 #504
parent
4c92b78b1f
commit
4410f770f0
|
@ -87,6 +87,7 @@
|
|||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: all 0.3s;
|
||||
display: ~'none \9';
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 10;
|
||||
|
|
Loading…
Reference in New Issue