@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.
|
@@ -83,7 +83,6 @@ const styles = css `
|
|
|
83
83
|
height: var(--mdc-dialog-height);
|
|
84
84
|
max-width: 100%;
|
|
85
85
|
max-height: calc(100vh - 2rem);
|
|
86
|
-
overflow-y: auto;
|
|
87
86
|
}
|
|
88
87
|
|
|
89
88
|
:host::part(header-section),
|
|
@@ -122,7 +121,6 @@ const styles = css `
|
|
|
122
121
|
height: 100%;
|
|
123
122
|
width: 100%;
|
|
124
123
|
padding-top: 1rem;
|
|
125
|
-
overflow-y: auto;
|
|
126
124
|
}
|
|
127
125
|
|
|
128
126
|
:host::part(footer) {
|