The following is the planned fix and seams to work fine in my tests. If still not working something else maybe applying a background.
Code:
@media (max-width: 991.98px) {
.cb_template .cbNavBar > .cbNavBarContainer > .cbNavBarMenu > .cbNavBarOverflow {
background: transparent linear-gradient(90deg, rgba(248, 249, 250, 0) 0%, var(--light, #f8f9fa) 1rem);
}
}