fix: 修复下拉菜单嵌套下拉菜单包裹问题

This commit is contained in:
就眠儀式
2022-02-20 16:05:51 +08:00
parent 8f21f8e132
commit 1538585214
2 changed files with 13 additions and 11 deletions

View File

@@ -1923,10 +1923,11 @@ a cite {
display: none;
position: absolute;
left: 0;
margin-top: 2px;
z-index: 899;
min-width: 100%;
//max-height: 360px;
overflow-y: auto;
//overflow-y: auto;
background-color: #fff;
box-sizing: border-box;
}