I added a style to the active dropdown li to have a transparent
background. It seems to be helping.
.top-bar-section ul li:last-child:not(.has-form) .dropdown li a {
min-height: 0;
width: 100%; }
+ .top-bar-section ul li:last-child:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
+ background: transparent; }
.top-bar-section ul li .dropdown {
z-index: 1;
position: relative;
min-height: 0;
width: 100%;
}
+ &.active:not(.has-form) a:not(.button) {
+ background: transparent;
+ }
}
}
}