- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘'.ui-autocomplete' CSS conflict’ is closed to new replies.
Home › Forums › BP Better Messages › '.ui-autocomplete' CSS conflict
Tagged: css, display issues, ui-autocomplete
BP Better Messages breaks the primary search bar widget in my theme (HelpGuru theme).
The search bar uses an AJAX element to show live search results, and that element has the ‘.ui-autocomplete’ class.
The conflict comes from this portion of bp-messages.css:
.ui-autocomplete {
max-height: 200px;
overflow: scroll;
width: 99% !important; /* <----- This line */
}
I can’t find where BP Better Messages uses .ui-autocomplete, but if you add a more specific selector or find a way to avoid using ‘!important’, it should stop interfering with other themes/plugins.