ドロップダウンの大きさを制限するUserCSS
#UserCSS
code:style.css
.dropdown-menu-right{
max-width: 960px !important;
max-height: 60vh !important;
}