Browse Source

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

Kristian Vos 5 năm trước cách đây
mục cha
commit
d9ea851413
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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>