Browse Source

fix: moved recaptcha above modal so it's visible to users

Kristian Vos 5 years ago
parent
commit
d9ea851413
1 changed files with 6 additions and 0 deletions
  1. 6 0
      frontend/components/Modals/Register.vue

+ 6 - 0
frontend/components/Modals/Register.vue

@@ -170,3 +170,9 @@ a {
 	color: #029ce3;
 }
 </style>
+
+<style lang="scss">
+.grecaptcha-badge {
+	z-index: 2000;
+}
+</style>