Scroll on Listing

This topic contains 8 replies, has 2 voices, and was last updated by  Arianna Russell 5 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #460946

    Arianna Russell
    Expired Member
    Post count: 46

    I’m trying to remove the scroll bar on the listing form as seen in the image attached.I know it is in this line of code but I can’t find where to change it to remove the scroll bar.
    element.style {
    height: calc(100vh – 131px);
    overflow-y: scroll;
    }

    #460948

    Kor
    Moderator
    Post count: 16516

    Hi Arianna,

    Thanks for your post. Could you share the URL of the page in question so that I could check on it? You can use the private reply option below.

    Thanks!

    #460968

    Arianna Russell
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #460969

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #460973

    Arianna Russell
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #460974

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #460975

    Arianna Russell
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #460976

    Kor
    Moderator
    Post count: 16516

    Hi Arianna,

    Thanks for your reply. Try using the custom CSS code below and see if it’s what you’re looking for.

    div#geodir_content {
    height: 100%!important;
    overflow-y: hidden!important;
    }

    Thanks!

    #460977

    Arianna Russell
    Expired Member
    Post count: 46

    It worked perfectly thanks for the help!

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket