Vertical scroll arrows in new Groups page

Dawid
Participant V

New group page:

3115ef86-cabf-42bf-88ee-6e071a45997f.png

It has the arrows because the element with the name has overflow-x:hidden, which, in turn, makes overflow-y as visible and auto

bc368a7f-9067-4d92-aa54-eeb682485c5c.png
bf929187-1caf-400d-9d5a-cf424be59e41.png

Here is some explanation why: https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scr...

Probably best to use either overflow-y:hidden with some height, or overflow-y:clip + padding

0 0 276
0 REPLIES 0