CASH-500 fix z-index issue for insurance page.

This commit is contained in:
Bryan Mauger 2025-04-15 13:58:32 -04:00
parent b54754f82c
commit 9b2c97c271

View file

@ -203,3 +203,9 @@ export default {
},
};
</script>
<style lang="scss">
.ui-autocomplete {
z-index: 3;
}
</style>