shx-3d-render
parent
2ebceb1a9f
commit
1612490440
|
@ -68,6 +68,7 @@
|
|||
}
|
||||
|
||||
show() {
|
||||
return;
|
||||
if(this.hideTimeout) {
|
||||
clearTimeout(this.hideTimeout);
|
||||
}
|
||||
|
@ -114,14 +115,14 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
#background-color: rgba(0, 0, 0, 0.2);
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
z-index: 9999;
|
||||
display: flex;
|
||||
flex-direction: column; /* Add this line */
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
#backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue