@aws-amplify/ui 3.8.0 → 3.8.1
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 -2
- 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 Mon, 09 May 2022 17:14:39 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -912,7 +912,7 @@ select {
|
|
|
912
912
|
|
|
913
913
|
.amplify-scrollview {
|
|
914
914
|
display: block;
|
|
915
|
-
overflow:
|
|
915
|
+
overflow: auto;
|
|
916
916
|
}
|
|
917
917
|
.amplify-scrollview[data-orientation=horizontal] {
|
|
918
918
|
overflow-x: scroll;
|
package/dist/theme.css
CHANGED