Home › Forums › WoodMart support forum › About brand tab BUG › Reply To: About brand tab BUG
December 11, 2017 at 7:23 am
#28282
Artem Temos
Keymaster
Hi,
Here is a code to fix search categories dropdown
div.search-by-category .list-wrapper {
max-width:none;
}
.search-by-category .list-wrapper .woodmart-scroll-content {
overflow: scroll;
}
As for the sticky header, the problem is that when the popup is opened browser scroll is hidden and unfortunately, we are not able to fix this.
Regards