Avoid scrollbar for dropdown

Home Forums Calendar Products Filter Bar Avoid scrollbar for dropdown

  • This topic has 3 replies, 1 voice, and was last updated 7 years ago by Ben.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1256680
    Ben
    Participant

    My customer asked me to add Sat+Sun. Well it’s already there but you have to scroll to see them. Do you have a css-trick or some other way to avoid the scrollbar?

    Thanks!

    #1257219
    Victor
    Keymaster

    Hi Ben!

    Thanks for coming back to us! 🙂

    To avoid the scrollbar you could try adding the following CSS styles to your theme’s stylesheet:

    .tribe-events-filter-group {
    max-height: 340px !important;
    }
    .tribe-events-filter-group ul {
    max-height: 336px !important;
    }

    You can find out more about customizing the styles here > https://theeventscalendar.com/knowledgebase/themers-guide/#customizing-styles

    I hope that helps. Let me know if you have other questions.

    Best!

    Victor

    #1268889
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Avoid scrollbar for dropdown’ is closed to new replies.