Opened 13 years ago
Closed 13 years ago
#856 closed defect (fixed)
Tag Cloud floats over advanced options in Widgets Search
Reported by: | ByronCinNZ | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Scenario - Preform a search in the widgets interface in simple search mode. Tag Cloud appears at bottom of search form. Click on advanced search option. Tag Cloud now appears over the top of the advanced search options.
Fix - change the gndefault.css for #searchForm as follows
#search-form, #searchForm {
- height: 100%;
+ /*height: 100%; -REMOVED to keep tag cloud from floating over advanced options*/
position:relative; /* Required for IE */
}
Note:
See TracTickets
for help on using tickets.
Committed revision 8978.