限制用户菜单下拉通知数量

嗯,我认为您可以通过减小 CSS 中 menu-panel 的 max-height 值(无论是绝对还是相对大小)来调整用户下拉菜单的高度。

.menu-panel.drop-down {
    max-height: 80vh;
}
1 个赞