This commit is contained in:
2024-05-01 15:42:11 +02:00
parent b56e11f509
commit 9b711cd4c6
+9 -1
View File
@@ -165,7 +165,15 @@ const discard_unwrapped = ref(false)
position: absolute;
top: 50%;
left: 50%;
const stack_unwrapped=ref(false) position: fixed;
transform: translate(-50%, -50%);
}
#self_hand {
z-index: 1;
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
position: fixed;
right: 60px;
bottom: -50px;
max-width: 100vw;