-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
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;
}
xacaciax, hendriku and sangaline
Metadata
Metadata
Assignees
Labels
No labels