사용자 메뉴 드롭다운의 알림 개수 제한

hmmm, I think you can adjust the height of the user drop down menu by lessening the value of the menu-panel’s max-height with CSS (whether absolute or relative sizing).

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