Home Forums BP Better Messages '.ui-autocomplete' CSS conflict

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4850
    Anonymous
    Inactive

    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.

    #4855
    Support
    Keymaster

    Hi there!

    Its used on new thread screen!
    Will add more accurate selector in next patch! ?

    Thanks!

    • This reply was modified 7 years, 2 months ago by Support.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘'.ui-autocomplete' CSS conflict’ is closed to new replies.