bug in travel-list project
deardaveed opened this issue · 4 comments
deardaveed commented
the CSS for packing-list doesn't work properly.
related to .list ul overflow: scroll I think
WaqarAhmad321 commented
Press F3 in vs code, search overflow in CSS file and to auto. It will fix the issue.
deardaveed commented
thanks! and for anyone else reading, this also needs to be fixed in the usePopcorn starter css file (change overflow from scroll to auto)
WaqarAhmad321 commented
Yes, you're right it also need to be fixed in worldwise and the wild oasis starter files.
Syedsafwan24 commented
Press F3 in vs code, search overflow in CSS file and to auto. It will fix the issue.
Thanks You