Add the code below to the Custom CSS field on the Style tab of your Audio Player widget’s settings:
.global-styles,
[class*="Playlist__Component-sc"] {
height: auto !important;
max-height: calc(100% - 72px);
}
Add the code below to the Custom CSS field on the Style tab of your Audio Player widget’s settings:
.global-styles,
[class*="Playlist__Component-sc"] {
height: auto !important;
max-height: calc(100% - 72px);
}