This commit is contained in:
syuilo 2023-01-08 17:38:33 +09:00
parent 7c2d2676f7
commit fceeb1b108

View file

@ -23,7 +23,7 @@ const emit = defineEmits<{
}>();
let up = $ref(false);
const zIndex = os.claimZIndex('veryLow');
const zIndex = os.claimZIndex('middle');
const angle = (90 - (Math.random() * 180)) + 'deg';
onMounted(() => {