@everymatrix/casino-tournaments-controller 1.24.7 → 1.26.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/casino-tournaments-controller",
3
- "version": "1.24.7",
3
+ "version": "1.26.0",
4
4
  "main": "dist/casino-tournaments-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "7d07b195e7119200519062f519ff0712a2227c39"
38
+ "gitHead": "5abe76b491406787c17e946ad3c79676a0554d8b"
39
39
  }
@@ -473,6 +473,7 @@
473
473
  .TournamentsWrapper {
474
474
  min-height: 100vh;
475
475
  background: $primary-background-color;
476
+ overflow-x: hidden;
476
477
  }
477
478
 
478
479
  .Tournaments {