evui 3.3.34 → 3.3.35

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/evui.umd.js CHANGED
@@ -7949,7 +7949,7 @@ $({ target: 'Number', stat: true }, {
7949
7949
  /***/ "9224":
7950
7950
  /***/ (function(module) {
7951
7951
 
7952
- module.exports = JSON.parse("{\"a\":\"3.3.34\"}");
7952
+ module.exports = JSON.parse("{\"a\":\"3.3.35\"}");
7953
7953
 
7954
7954
  /***/ }),
7955
7955
 
@@ -39386,6 +39386,9 @@ var plugins_legend_modules = {
39386
39386
  this.setLegendColumnHeader();
39387
39387
  this.legendBoxDOM.appendChild(this.legendTableDOM);
39388
39388
  this.legendDOM.style.overflow = 'auto';
39389
+ } else {
39390
+ this.legendBoxDOM.style.overflowX = 'hidden';
39391
+ this.legendBoxDOM.style.overflowY = 'auto';
39389
39392
  }
39390
39393
 
39391
39394
  this.legendDOM.appendChild(this.legendBoxDOM);