Skip to content

Commit 7bb2389

Browse files
authored
Merge pull request #170 from Geode-solutions/fix_recaptcha_zindex
fix(recaptcha): Fix the recaptcha's z-index
2 parents 496c052 + 7024ca1 commit 7bb2389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Recaptcha.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
align-self="center"
88
@expired="is_captcha_validated = false"
99
@verify="submit_recaptcha"
10+
style="z-index: 100"
1011
/>
1112
</ClientOnly>
1213
</template>

0 commit comments

Comments
 (0)