This CSS will allow you to set a max height for the beat-sorting dropdown menu if you have a long list of sorting options.
#beat_sort_bar ul li ul li ul {
max-height: 450px!important;
overflow: scroll;
width: 225px;
background: #333;
}
Tutorial: How to Add CSS
Need Help?
1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.
3. If you can't find answers, click to leave a comment. Provide website links and detailed information.