Increase widget height

Add the code below to the Custom CSS field on the Style tab of your Audio Player widget’s settings:

[class*="Playlist__Container-sc"] {
  height: 1000px
}
[class*="Playlist__Container-sc"] > div {
  max-height: none !important;
}
[class*="Playlist__Container-sc"] > div > div {
  max-height: none !important;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: