@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omniumretail/component-library",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -8,5 +8,6 @@
8
8
  .contentWrapper {
9
9
  background: white;
10
10
  padding: 20px;
11
+ overflow: auto;
11
12
  }
12
13
 
@@ -6,10 +6,12 @@
6
6
  }
7
7
 
8
8
  .sidebarWrapper {
9
+ overflow: auto;
9
10
  background: #EBECED;
10
11
  }
11
12
 
12
13
  .contentWrapper {
14
+ overflow: auto;
13
15
  background: var(--color-white);
14
16
  }
15
17
 
@@ -7,10 +7,12 @@
7
7
 
8
8
  .sidebarWrapper {
9
9
  background: #EBECED;
10
+ overflow: auto;
10
11
  }
11
12
 
12
13
  .contentWrapper {
13
14
  background: var(--color-white);
15
+ overflow: auto;
14
16
  }
15
17
 
16
18
  .sidebarWrapper,