固定菜单弹窗高度

This commit is contained in:
Argo-Lenovo 2016-11-08 17:19:51 +08:00
parent 983a11e907
commit 4f131cd36d
1 changed files with 5 additions and 0 deletions

View File

@ -200,3 +200,8 @@
width: 600px;
margin-top: 100px;
}
.menu-content .modal-body {
overflow-y: auto;
max-height: 400px;
}