Skip to content

Scrollbar showing on mobile chrome #333

@spencerchubb

Description

@spencerchubb

The scrollbar shows on the chrome mobile browser even if there is nowhere to scroll to, such as if there is only one line.

It's not a huge issue but I would rather not have the scrollbar there if there's nothing to scroll.

I am using this css as a workaround

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions