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;
}
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;
}