@aws-amplify/ui 3.6.4 → 3.6.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/styles.css +2 -1
- package/dist/theme.css +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Thu, 21 Apr 2022 22:58:20 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -1535,6 +1535,7 @@ h6.amplify-heading {
|
|
|
1535
1535
|
|
|
1536
1536
|
/* Center by default */
|
|
1537
1537
|
[data-amplify-authenticator][data-variation=modal] {
|
|
1538
|
+
overflow-y: auto;
|
|
1538
1539
|
display: grid;
|
|
1539
1540
|
width: var(--amplify-components-authenticator-modal-width);
|
|
1540
1541
|
height: var(--amplify-components-authenticator-modal-height);
|
package/dist/theme.css
CHANGED