Skip to content
Snippets Groups Projects
Commit fceeb1b1 authored by syuilo's avatar syuilo
Browse files

🎨

parent 7c2d2676
No related branches found
No related tags found
No related merge requests found
......@@ -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(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment