Skip to content

Commit

Permalink
Fix/submenu (#843)
Browse files Browse the repository at this point in the history
* 适配popup修改

* popup恢复后,恢复兼容css

* fix: lint error

* fix: menu具有滚动条时边距异常

Co-authored-by: sinbadli <[email protected]>
  • Loading branch information
sinbadmaster and sinbadli authored Sep 19, 2022
1 parent 9ca409a commit c27f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/web/components/menu/_index-v2.less
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ a.@{prefix}-menu__item {
&__popup-wrapper {
box-sizing: border-box;
max-height: var(--popup-max-height, 364px);
overflow-y: auto;
overflow-y: scroll;
overflow-x: hidden;
}

Expand Down

0 comments on commit c27f505

Please sign in to comment.