@everymatrix/player-account-gaming-limits-popup 0.0.249 → 0.0.252

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/player-account-gaming-limits-popup",
3
- "version": "0.0.249",
3
+ "version": "0.0.252",
4
4
  "main": "dist/player-account-gaming-limits-popup.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": "38af455e241b6ef7ccabb2367be2be59e6b24352"
39
+ "gitHead": "6824e7c03c551fb8c35921b8846fdbbb49f76169"
40
40
  }
@@ -93,6 +93,7 @@
93
93
  right: 0;
94
94
  bottom: 0;
95
95
  background: rgba(0, 0, 0, 0.5);
96
+ z-index: 101;
96
97
  content: '';
97
98
  }
98
99
  }
@@ -129,6 +130,7 @@
129
130
  top: 50%;
130
131
  left: 50%;
131
132
  transform: translate(-50%, -50%);
133
+ z-index: 102;
132
134
  .InfoCardPopupTitle {
133
135
  font-size: ttp(1.125);
134
136
  }