cgkineo / adapt-list

A text component in which you can add list items.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

overflow hidden should apply to list items only

kirsty-hames opened this issue · comments

overflow: hidden;

The purpose of overflow: hidden here is to prevent the items being visible outside of the content before/whilst animating. Currently this property is applied to the entire component which can have knock on effects when styling.

I suggest we move this to the .list__widget instead.