CSS Bug on FCC website: search result dropdown getting cropped

Hello,

I believe there is a small bug on the search bar. Results appearing with dropdown getting cropped.

I think this can be fixed by having display: block instead of flex to fcc_hits_wrapper class
or
giving a left: 0 to this absolute class .ais-Hits which containing search result content.

Thank you :slight_smile:
Huzaifa

A fix for this has been made and is part of the update that is currently going through QA as freecodecamp.rocks . When the core team is confident that this update doesn’t degrade the FCC experience, it will be pushed to the live site.

1 Like