@momentum-design/components 0.123.4 → 0.123.5
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/browser/index.js
CHANGED
|
@@ -1146,7 +1146,6 @@
|
|
|
1146
1146
|
height: var(--mdc-dialog-height);
|
|
1147
1147
|
max-width: 100%;
|
|
1148
1148
|
max-height: calc(100vh - 2rem);
|
|
1149
|
-
overflow-y: auto;
|
|
1150
1149
|
}
|
|
1151
1150
|
|
|
1152
1151
|
:host::part(header-section),
|
|
@@ -1185,7 +1184,6 @@
|
|
|
1185
1184
|
height: 100%;
|
|
1186
1185
|
width: 100%;
|
|
1187
1186
|
padding-top: 1rem;
|
|
1188
|
-
overflow-y: auto;
|
|
1189
1187
|
}
|
|
1190
1188
|
|
|
1191
1189
|
:host::part(footer) {
|