CASH-376 removing transition prevents rendering CTA on top of modal
This commit is contained in:
parent
323dbe8f77
commit
0e3bdd8b60
1 changed files with 64 additions and 66 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
<template>
|
<template>
|
||||||
<transition name="fade" mode="out-in">
|
|
||||||
<div class="mobile-location-questions">
|
<div class="mobile-location-questions">
|
||||||
<div class="text-center" :id="componentId">
|
<div class="text-center" :id="componentId">
|
||||||
<label
|
<label
|
||||||
|
|
@ -66,7 +65,6 @@
|
||||||
</template>
|
</template>
|
||||||
</modal>
|
</modal>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue