We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7024ca1 commit 49961b9Copy full SHA for 49961b9
components/Launcher.vue
@@ -6,6 +6,7 @@
6
class="align"
7
cols="12"
8
align-self="center"
9
+ style="z-index: 1000"
10
>
11
<h4 class="pb-3">Please complete the recaptcha to launch the app</h4>
12
<Recaptcha :site_key="site_key" />
components/Recaptcha.vue
@@ -7,7 +7,6 @@
@expired="is_captcha_validated = false"
@verify="submit_recaptcha"
- style="z-index: 100"
/>
</ClientOnly>
13
</template>
0 commit comments