Team Showcase non scrolling

Any way to make the Team Showcase scroll vertical on mobile devices and smaller browsers as no vertical scroll bar shows up on desktop and scrolling on mobile does not work?

Right now the style sheet is setting showcase overflow to hidden.

.eapp-team-showcase-grid-component {
display: flex;
flex-wrap: wrap;
overflow: hidden;
}

1 Like

Hello @user1664! We are extremely happy to see you with us! Welcome to Elfsight Community, mate :wave: :heart_hands:

I’ll be happy to check everything for you! Could you please provide me with a direct link to the webpage where your widget is installed?

When adding the Team Showcase widget to a site it will not scroll vertical on mobile or in web browsers when there is a large number of team members. This makes the widget unusable in a production environment.

It seems in the CSS is setting showcase overflow to hidden.

.eapp-team-showcase-grid-component {
display: flex;
flex-wrap: wrap;
overflow: hidden;
}

Here is a link to the production page so you can see how it does not scroll on mobile or in a desktop browser…
https://cmanetworks.com/trainers.html

https://cmanetworks.com/trainers.html

Hello @user1664!

Great news :fire:

We’ve added the CSS code below to the Custom CSS field and the issue has been fixed:

[class*="WidgetBackground__Container-sc"] {
  overflow: visible !important;
}

Could you please check it and let me know if everything is fine? :slightly_smiling_face: