shx-3d-render

main
Jan Umbach 2024-06-22 14:54:01 +02:00
parent 2ebceb1a9f
commit 1612490440
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}