We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22cce0 commit 3db2c10Copy full SHA for 3db2c10
1 file changed
components/Line.vue
@@ -49,7 +49,7 @@ onClickOutside(clickArea, () => emit('clickOutside'))
49
</script>
50
51
<template>
52
- <svg class="absolute left-0 top-0" :width="Math.max(+x1, +x2) + 50" :height="Math.max(+y1, +y2) + 50">
+ <svg class="absolute left-0 top-0 z-100" :width="Math.max(+x1, +x2) + 50" :height="Math.max(+y1, +y2) + 50">
53
<line :x1 :y1 :x2 :y2 class="cls-1" :class="colorscheme" :stroke-width="width || 2" @dblclick="emit('dblclick')" />
54
<line
55
ref="clickArea"
0 commit comments