@everymatrix/casino-header-controller-nd 1.43.3 → 1.43.4

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-header-controller-nd",
3
- "version": "1.43.3",
3
+ "version": "1.43.4",
4
4
  "main": "dist/casino-header-controller-nd.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "4723f5370b2d6fc913a8cf6770f9f492038e54e8"
45
+ "gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
46
46
  }
@@ -774,7 +774,7 @@
774
774
  .HeaderContainer {
775
775
  position: fixed;
776
776
  width: 100%;
777
- z-index: 999;
777
+ z-index: 100;
778
778
  background-color: var(--emw-header-color-background, var(--emw-color-background, #000000));
779
779
  display: flex;
780
780
  flex-direction: column;