have scrollbar scroll the playlist and not by mouse hover

Go to ZoomSounds > Settings > Appearance and in Extra CSS enter:

 

.audiogallery .nav-main .nav-clipper {
position: relative;
transform: translateY(0)!important;
max-height: 150px;
overflow: auto;
}

 

replace 150px with your desired height

Was this article helpful?

Related Articles

2 Comments

  1. owel

    hello i have a problem. I put this code. and now i only see one music i don’t have a menu bellow with all the music. I remove the code and nothing change. can you help me please ?

Leave A Comment?