Opened 6 years ago
Closed 6 years ago
#3877 closed defect (bug) (fixed)
The search form autocomplete results are partially hidden
Reported by: | keesiemeijer | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-patch |
Cc: |
Description
The autocomplete results are partially hidden because the .section
container uses overflow: auto;
since #2459. The following patch only adds the overflow auto to the homepage sections.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Add overflow auto to homepage sections only