fix(client): fix zindex issue
This commit is contained in:
parent
06837662a9
commit
ea66080197
|
@ -60,7 +60,7 @@ export default defineComponent({
|
||||||
#wait {
|
#wait {
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10000;
|
z-index: 3000000;
|
||||||
top: 15px;
|
top: 15px;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue