@omniumretail/component-library 1.0.51 → 1.0.52
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/main.css
CHANGED
|
@@ -535,6 +535,7 @@
|
|
|
535
535
|
.adDQP_uvIYgNFVC4VdHj {
|
|
536
536
|
background: white;
|
|
537
537
|
padding: 20px;
|
|
538
|
+
overflow: auto;
|
|
538
539
|
}
|
|
539
540
|
/*!*********************************************************************************************************************************************************************************!*\
|
|
540
541
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/CategorySidebar/styles.module.scss ***!
|
|
@@ -813,10 +814,12 @@ Label {
|
|
|
813
814
|
|
|
814
815
|
.Q4flbvKEPN6Jx9Cob22I {
|
|
815
816
|
background: #EBECED;
|
|
817
|
+
overflow: auto;
|
|
816
818
|
}
|
|
817
819
|
|
|
818
820
|
.hK3soC6m563VuiLnNutq {
|
|
819
821
|
background: var(--color-white);
|
|
822
|
+
overflow: auto;
|
|
820
823
|
}
|
|
821
824
|
|
|
822
825
|
.Q4flbvKEPN6Jx9Cob22I,
|
|
@@ -969,10 +972,12 @@ Label {
|
|
|
969
972
|
}
|
|
970
973
|
|
|
971
974
|
.pb4QP8qfuDG2T6wfXkUC {
|
|
975
|
+
overflow: auto;
|
|
972
976
|
background: #EBECED;
|
|
973
977
|
}
|
|
974
978
|
|
|
975
979
|
.gP05vt1R1r67eWteznvr {
|
|
980
|
+
overflow: auto;
|
|
976
981
|
background: var(--color-white);
|
|
977
982
|
}
|
|
978
983
|
|
package/package.json
CHANGED