@appartmint/mint 4.2.18 → 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/dist/css/mint.css CHANGED
@@ -427,7 +427,6 @@ body.mint-fixed #mint-header {
427
427
  flex-grow: 1;
428
428
  height: auto;
429
429
  overflow: visible;
430
- background: var(--mint-back);
431
430
  }
432
431
  @media (min-width: 1440px) {
433
432
  #mint-header #mint-wrapper nav {
@@ -1671,6 +1670,10 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1671
1670
  --mint-modal-w: var(--mint-sm);
1672
1671
  }
1673
1672
 
1673
+ html.mint-modal-open {
1674
+ overflow: hidden;
1675
+ }
1676
+
1674
1677
  .mint-modal {
1675
1678
  position: fixed;
1676
1679
  top: 50%;
@@ -4208,7 +4211,7 @@ thead .fc-scroller {
4208
4211
  background: var(--mint-brand-4);
4209
4212
  }
4210
4213
  .cdk-overlay-pane {
4211
- pointer-events: none;
4214
+ pointer-events: none !important;
4212
4215
  }
4213
4216
 
4214
4217
  .grecaptcha-badge {