BUG - Cannot scroll down on custom fields sidebar menu for any member Completed

Post author
Josh Dean

For some strange reason I am unable to scroll down on the custom fields sidebar menu for each user?

Comments

5 comments

  • Comment author
    Josh Lopez

    Hey Josh Dean

    Thank you for posting. I just looked and can verify this. I am sending this straight to the engineering team right now but they wont see it until morning. We will fix this asap!

    0
  • Comment author
    Josh Dean

    Hey Josh, thanks for your really quick response!  I need to provide a demo of the app soon but adding the custom field data for each of my test members is crucial for the thing to work.

    Anything you're able to do in the meantime?

    0
  • Comment author
    Josh Lopez

    I found a workaround for a temp fix.

    Open the dev console and then add the following and hit enter. This should let you scroll. Its just adding a style to the page. You would also have to do it for each page refresh but i think this is the only workaround right now.

    (function(){
        let style = `<style>
    [aria-label="tabs"]{
            display:block;
            height: 100%;
        }
    </style>`;

    document.head.insertAdjacentHTML("beforeend", style);
    })();
    0
  • Comment author
    Josh Dean

    Thanks Josh appreciate this!  I also found another workaround...

    Go to each div that contains the custom field you want to edit using inspect, right click and select 'Scroll into view'

    0
  • Comment author
    Josh Lopez

    This has been fixed now

    1

Please sign in to leave a comment.