mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
Fix Menu menu collapsed in Chrome (#19476)
* Update index.less 修复margin重合样式问题,(次问题造成menu组件下拉不顺畅) * Update index.less 解决margin重合问题,overflow方式会有副作用,采用padding解决margin重合现象。
This commit is contained in:
parent
2ee2cc3303
commit
d99d90b1fa
@ -364,7 +364,7 @@
|
||||
|
||||
// disable margin collapsed
|
||||
.@{menu-prefix-cls}-submenu {
|
||||
padding-bottom: 0.01px;
|
||||
padding-bottom: 0.02px;
|
||||
}
|
||||
|
||||
.@{menu-prefix-cls}-item:not(:last-child) {
|
||||
|
Loading…
Reference in New Issue
Block a user