Skip to content

Commit d0c4313

Browse files
fix: resolve issue with side sheet CTA not being above loan next steps
1 parent d845352 commit d0c4313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Thanks/LoanNextSteps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="tw-flex tw-flex-col">
2+
<div class="tw-flex tw-flex-col tw-relative" style="z-index: 0;">
33
<ul class="steps-list tw-flex tw-flex-col lg:tw-flex-row tw-justify-end tw-gap-1">
44
<li
55
v-for="(step, index) in steps"

0 commit comments

Comments
 (0)