@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 +5 -2
- package/dist/css/mint.css.map +1 -1
- package/dist/css/mint.min.css +1 -1
- package/dist/css/mint.min.css.map +1 -1
- package/package.json +1 -1
- package/src/scss/imports/components/partial/_header.scss +0 -1
- package/src/scss/imports/components/widget/_modal.scss +8 -0
- package/src/scss/imports/overrides/_material.scss +2 -1
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 {
|