@vectara/vectara-ui 16.1.1 → 16.1.2

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.
@@ -20,4 +20,5 @@
20
20
  flex-direction: column;
21
21
  align-items: center;
22
22
  overflow-y: auto;
23
+ scrollbar-gutter: stable;
23
24
  }
@@ -403,6 +403,7 @@ fieldset {
403
403
  flex-direction: column;
404
404
  align-items: center;
405
405
  overflow-y: auto;
406
+ scrollbar-gutter: stable;
406
407
  }
407
408
 
408
409
  .vuiAppSideNav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectara/vectara-ui",
3
- "version": "16.1.1",
3
+ "version": "16.1.2",
4
4
  "homepage": "./",
5
5
  "description": "Vectara's design system, codified as a React and Sass component library",
6
6
  "author": "Vectara",