@mercime Well, I’m using a child theme based off on bp-default, which is the default BP theme. Thing is, now I recall doing this in my new stylesheet when I first created the child theme:
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
I tried importing the styles for the default theme and the adminbar.css within the same style.css for my child theme. Could that be the issue?
I just tried adding the above changes and the issue isn’t resolved.