element-ui-root 3.1.106 → 3.1.107

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1676,10 +1676,10 @@
1676
1676
 
1677
1677
  .a-menu.horizontal .el-menu.el-menu--horizontal {
1678
1678
  overflow: hidden;
1679
+ overflow-x: auto;
1679
1680
  border: none;
1680
1681
  display: flex;
1681
1682
  flex-wrap: nowrap;
1682
- overflow-x: scroll;
1683
1683
  }
1684
1684
 
1685
1685
  .a-menu.horizontal .el-menu.el-menu--horizontal::-webkit-scrollbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "element-ui-root",
3
- "version": "3.1.106",
3
+ "version": "3.1.107",
4
4
  "description": "element-ui-root",
5
5
  "main": "/dist/index.umd.min.js",
6
6
  "scripts": {