@appartmint/mint 4.2.19 → 4.2.20

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "4.2.19",
4
+ "version": "4.2.20",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -334,7 +334,6 @@ body {
334
334
  flex-grow: 1;
335
335
  height: auto;
336
336
  overflow: visible;
337
- background: css-var(back);
338
337
 
339
338
  @include break(xl) {
340
339
  display: flex;
@@ -23,7 +23,8 @@
23
23
  background: css-var($mat-select-bg);
24
24
  }
25
25
  }
26
+
26
27
  &-overlay-pane {
27
- pointer-events: none;
28
+ pointer-events: none !important;
28
29
  }
29
30
  }