@everymatrix/general-player-register-form 1.1.6 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/general-player-register-form",
3
- "version": "1.1.6",
3
+ "version": "1.2.0",
4
4
  "main": "dist/general-player-register-form.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "6ad785980b67f3b54da658b8df9f60190a10ffcc"
39
+ "gitHead": "3800c3e93fdc948c5bc48101acce6cd81ce65706"
40
40
  }
@@ -527,8 +527,8 @@ $: translationUrl && setTranslationUrl();
527
527
  scrollbar-width: thin;
528
528
  &.RegisterFormContainerMobile {
529
529
  padding: 40px 20px;
530
- height: auto;
531
- overflow-y: initial;
530
+ height: 70vh;
531
+ overflow-y: scroll;
532
532
  }
533
533
  }
534
534