matcha-theme 19.76.0 → 19.78.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.
@@ -182,6 +182,8 @@ matcha-card,
182
182
  .matcha-card-flat {
183
183
  padding: 16px;
184
184
  border-radius: 8px;
185
+ display: flex;
186
+ flex-direction: column;
185
187
 
186
188
  &-border,
187
189
  &-border-left {
@@ -39,7 +39,7 @@
39
39
  left: 0;
40
40
  height: 100%;
41
41
  width: 100%;
42
- z-index: 1000;
42
+ z-index: 999;
43
43
  display: flex;
44
44
  align-items: center;
45
45
  justify-content: center;
@@ -56,7 +56,7 @@
56
56
  background: getDisabledAlpha($theme);
57
57
  backdrop-filter: blur(6px);
58
58
  mix-blend-mode: multiply;
59
- z-index: 999;
59
+ z-index: 998;
60
60
  }
61
61
 
62
62
  .matcha-overlay-container {
@@ -65,7 +65,7 @@
65
65
  left: 0;
66
66
  width: 100%;
67
67
  height: 100%;
68
- z-index: 1000;
68
+ z-index: 999;
69
69
  pointer-events: none;
70
70
  }
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "19.76.0",
3
+ "version": "19.78.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {