Add an automatic scroll so users don't have to scroll down manually

This topic contains 4 replies, has 3 voices, and was last updated by  Stiofan O’Connor 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #5622

    Tony Bellens
    Free User
    Post count: 254

    Hi,

    installed the latest update. Looks really great. Thanks. I was wondering how I could add a scroll to the items (posts, comments, listings, …) under the banner and logo, so that users don’t have to scroll down manually each time they select or click on one of those items.

    Thank you,
    Tony

    #5625

    Guust
    Moderator
    Post count: 29970

    Try adding this CSS:

    .uwp-profile-subtab-entries {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
    }

    Let us know if I misunderstood.

    Thanks

    #5626

    Tony Bellens
    Free User
    Post count: 254

    Hi Guust, that doesn’t seem to scroll to the items. I also just noticed that the logo is suddenly displayed full width. I attached a screenshot.

    Thank you,
    Tony

    #5628

    Tony Bellens
    Free User
    Post count: 254

    Hi Guust, might be a cache thing. Ignore the logo for now. so it might be something the code did. Is that possible? I removed it for now, but it didn’t scroll to the items.

    Thank you,
    Tony

    #5634

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Tony,

    Thanks for the feedback! Both these issues have been addressed and will be in the next release today.

    Thanks,

    Stiofan

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

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

Open Support Ticket