some css on doleance content, started mouse events

This commit is contained in:
2023-06-07 16:53:19 +02:00
parent 0b9a1ae946
commit c0028a636b
4 changed files with 100 additions and 52 deletions

View File

@@ -159,7 +159,7 @@ export default {
</ul>
</nav>
<ConcernementMapPopup
v-if="hover_elmt"
v-if="hover_elmt && hover_elmt.type !== 'doleance_step'"
:infos="hover_elmt"
/>
</template>