New design sometimes horizontally shifts slightly

Answered

Comments

3 comments

  • Avatar
    rawbytz

    I think what you are seeing is "scrollbar jump". I submitted the bug earlier.

    In the interim, you can use the following css:

    html {
    overflow-y: scroll; 
    }

    OR just always hide the scrollbar with this:

    ::-webkit-scrollbar {
    display: none;
    }

    0
    Comment actions Permalink
  • Avatar
    VAUGHN SEWARD

    Thanks...

    Also, I have have switched to the "new" Vintage style and haven't noticed that problem (yet).

    0
    Comment actions Permalink
  • Avatar
    Frank (Workflowy Support)

    This is on our lists to fix, thanks.

    0
    Comment actions Permalink

Please sign in to leave a comment.