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.
- package/dist/index.css +1 -1
- 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 {
|