scb-wc 0.1.66 → 0.1.68

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.
@@ -13,6 +13,7 @@ import"../../vendor/vendor-material.js";import{_ as h,b as g,g as f,h as o,y as
13
13
  margin-block-end: var(--scb-nav-spacing-block-end, 0);
14
14
  margin-inline-start: var(--scb-nav-spacing-inline-start, 0);
15
15
  margin-inline-end: var(--scb-nav-spacing-inline-end, 0);
16
+ overflow-x: auto;
16
17
  }
17
18
 
18
19
  :host([sticky]) {
@@ -48,6 +49,7 @@ import"../../vendor/vendor-material.js";import{_ as h,b as g,g as f,h as o,y as
48
49
  overflow-y: visible;
49
50
  -webkit-overflow-scrolling: touch;
50
51
  scrollbar-width: none;
52
+ width: fit-content;
51
53
  }
52
54
 
53
55
  .scb-nav__items::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scb-wc",
3
- "version": "0.1.66",
3
+ "version": "0.1.68",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -440,5 +440,5 @@
440
440
  },
441
441
  "./mvc/*": "./mvc/*"
442
442
  },
443
- "buildHash": "FC62D003AFE17004850710D930E0213FAE3E38D14F68076D756FFD7421A2127C"
443
+ "buildHash": "11272687CE700451BD66071DA9528B5B0CE689DBFF496DCFEB4AFB248466C7F3"
444
444
  }
@@ -42,6 +42,7 @@ var o = { fromAttribute(e) {
42
42
  margin-block-end: var(--scb-nav-spacing-block-end, 0);
43
43
  margin-inline-start: var(--scb-nav-spacing-inline-start, 0);
44
44
  margin-inline-end: var(--scb-nav-spacing-inline-end, 0);
45
+ overflow-x: auto;
45
46
  }
46
47
 
47
48
  :host([sticky]) {
@@ -77,6 +78,7 @@ var o = { fromAttribute(e) {
77
78
  overflow-y: visible;
78
79
  -webkit-overflow-scrolling: touch;
79
80
  scrollbar-width: none;
81
+ width: fit-content;
80
82
  }
81
83
 
82
84
  .scb-nav__items::-webkit-scrollbar {
package/scb-wc.bundle.js CHANGED
@@ -9947,6 +9947,7 @@ var ScbWc=(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`Module
9947
9947
  margin-block-end: var(--scb-nav-spacing-block-end, 0);
9948
9948
  margin-inline-start: var(--scb-nav-spacing-inline-start, 0);
9949
9949
  margin-inline-end: var(--scb-nav-spacing-inline-end, 0);
9950
+ overflow-x: auto;
9950
9951
  }
9951
9952
 
9952
9953
  :host([sticky]) {
@@ -9982,6 +9983,7 @@ var ScbWc=(function(e){Object.defineProperty(e,Symbol.toStringTag,{value:`Module
9982
9983
  overflow-y: visible;
9983
9984
  -webkit-overflow-scrolling: touch;
9984
9985
  scrollbar-width: none;
9986
+ width: fit-content;
9985
9987
  }
9986
9988
 
9987
9989
  .scb-nav__items::-webkit-scrollbar {