Scroll bars in Chrome on Win10 not on Mac

Hi there,

I have a new 2-in-1 Laptop/Tablet on Windows 10 (1080p) screen.

Now in Chrome I have weird issue. Scroll bars are showing in places I don’t want them. See for example the horizontal scrollbar in the Assignees avatars and the vertical scroll on the repeating group (vertical scroll).

Why is this happening on a windows device, and how to solve it?

Could you check if you have those repeating groups set to horizontal or vertical scrolling? If so you should change them to fixed number of cells, full list or ext. vertical scrolling. That way the scroll bar will disappear.

Windows handles scroll bars differently from Mac. Mac hides them and Windows shows them by default.

1 Like

Using full list fixed it. Good to know this behaviour

image

1 Like

Full list seems good, but what would you do if there’s 50+ people working on the project?

I think, I will display max 5 and +45 icon at the end.

I have a more annoying scrollbars problem on the left menu. I am still trying stuff out to also let you all.knkw what I tried to solve it.

Hey FJP,

I’m using the CSS Tools plugin and added code to it. Pretty simple all you have to do is copy and paste.

::-webkit-scrollbar { width: 0px; height: 0px;}

1 Like