Revert "CASH-376 removing transition prevents rendering CTA on top of modal"

This reverts commit 6fa7dcb364.
This commit is contained in:
Matt Caimi 2025-04-30 11:34:32 -04:00
parent 9a6a2fa0d0
commit 59a8202ad2

View file

@ -1,4 +1,5 @@
<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
@ -65,6 +66,7 @@
</template> </template>
</modal> </modal>
</div> </div>
</transition>
</template> </template>
<script> <script>