ultimate-react-course
ultimate-react-course copied to clipboard
This should changed to overflow: hidden;
https://github.com/jonasschmedtmann/ultimate-react-course/blob/3e69024bf285899395160b3641270b0427133cc7/05-travel-list/starter/index.css#L104
This should changed to overflow: hidden;
If it will be change to hidden then the user can't even see the items that are overflown change it to auto. Then the user can scroll as well without any issue.