Skip to content

Commit 49961b9

Browse files
committed
fix(recaptcha): Fix the recaptcha's z-index on the launcher
1 parent 7024ca1 commit 49961b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/Launcher.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class="align"
77
cols="12"
88
align-self="center"
9+
style="z-index: 1000"
910
>
1011
<h4 class="pb-3">Please complete the recaptcha to launch the app</h4>
1112
<Recaptcha :site_key="site_key" />

components/Recaptcha.vue

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

0 commit comments

Comments
 (0)