CASH-500 fix z-index issue for insurance page.
This commit is contained in:
parent
b54754f82c
commit
9b2c97c271
1 changed files with 6 additions and 0 deletions
|
|
@ -203,3 +203,9 @@ export default {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
.ui-autocomplete {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue