@appartmint/mint 4.2.9 → 4.2.11

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/dist/css/mint.css CHANGED
@@ -33,6 +33,7 @@
33
33
  width: 0;
34
34
  z-index: -1;
35
35
  transform: none !important;
36
+ pointer-events: none;
36
37
  }
37
38
 
38
39
  .mint-background {
@@ -48,6 +49,7 @@
48
49
  z-index: 0;
49
50
  filter: opacity(0) blur(10vw);
50
51
  transition: filter 1000ms ease-out;
52
+ pointer-events: none;
51
53
  }
52
54
  .mint-background.active {
53
55
  opacity: 1;
@@ -1739,6 +1741,9 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1739
1741
  margin: 0;
1740
1742
  }
1741
1743
 
1744
+ .mint-table-widget .mint-content {
1745
+ overflow-x: auto;
1746
+ }
1742
1747
  .mint-table-wrap {
1743
1748
  max-height: 50vh;
1744
1749
  overflow-y: auto;