@appartmint/mint 4.2.17 → 4.2.19
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
|
@@ -1671,6 +1671,10 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1671
1671
|
--mint-modal-w: var(--mint-sm);
|
|
1672
1672
|
}
|
|
1673
1673
|
|
|
1674
|
+
html.mint-modal-open {
|
|
1675
|
+
overflow: hidden;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1674
1678
|
.mint-modal {
|
|
1675
1679
|
position: fixed;
|
|
1676
1680
|
top: 50%;
|
|
@@ -4207,6 +4211,9 @@ thead .fc-scroller {
|
|
|
4207
4211
|
.cdk-overlay-container .mat-mdc-select-panel {
|
|
4208
4212
|
background: var(--mint-brand-4);
|
|
4209
4213
|
}
|
|
4214
|
+
.cdk-overlay-pane {
|
|
4215
|
+
pointer-events: none;
|
|
4216
|
+
}
|
|
4210
4217
|
|
|
4211
4218
|
.grecaptcha-badge {
|
|
4212
4219
|
visibility: hidden;
|