Remove scroll from playlist in List layout for tablet/mobile

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

@media (max-width:768px) {
  [class*="vimeo-gallery-playlist-videos"] {
      height: fit-content; 
}
}