Russ

Pixel Exit Staff
When you're using the search feature where it's not inside of the dropdown using the search icon and the field shows, there is no max-height set causing the contents to go off screen, particularly when the screen is short.

Code:
.xb-searchWrapper .xb-search .menu-content {
    overflow: auto;
    max-height: 80vh;
}

Simple fix for now, will be addressed in the next version.
 
Last edited:

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back