Remove empty space in floating player

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);
}
1 Like