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.
Simple fix for now, will be addressed in the next version.
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: