@appartmint/mint 4.2.19 → 4.2.21

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 {
@@ -1720,6 +1719,10 @@ html.mint-modal-open {
1720
1719
  transition-timing-function: ease-in-out;
1721
1720
  }
1722
1721
 
1722
+ html.mint-panel-open {
1723
+ overflow: hidden;
1724
+ }
1725
+
1723
1726
  .mint-panel.mint-right .mint-panel-wrapper {
1724
1727
  top: var(--mint-header-height);
1725
1728
  right: -100%;
@@ -4212,7 +4215,7 @@ thead .fc-scroller {
4212
4215
  background: var(--mint-brand-4);
4213
4216
  }
4214
4217
  .cdk-overlay-pane {
4215
- pointer-events: none;
4218
+ pointer-events: none !important;
4216
4219
  }
4217
4220
 
4218
4221
  .grecaptcha-badge {