jonasschmedtmann/ultimate-react-course

bug in travel-list project

deardaveed opened this issue · 4 comments

the CSS for packing-list doesn't work properly.

related to .list ul overflow: scroll I think

Press F3 in vs code, search overflow in CSS file and to auto. It will fix the issue.

thanks! and for anyone else reading, this also needs to be fixed in the usePopcorn starter css file (change overflow from scroll to auto)

Yes, you're right it also need to be fixed in worldwise and the wild oasis starter files.

Press F3 in vs code, search overflow in CSS file and to auto. It will fix the issue.

Thanks You