ultimate-react-course icon indicating copy to clipboard operation
ultimate-react-course copied to clipboard

bug in travel-list project

Open deardaveed opened this issue 2 years ago • 4 comments

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

related to .list ul overflow: scroll I think

deardaveed avatar Aug 29 '23 08:08 deardaveed

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

WaqarAhmad321 avatar Sep 10 '23 08:09 WaqarAhmad321

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

deardaveed avatar Sep 20 '23 06:09 deardaveed

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

WaqarAhmad321 avatar Sep 20 '23 16:09 WaqarAhmad321

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

Thanks You

Syedsafwan24 avatar May 11 '24 17:05 Syedsafwan24