In the header builder, is it possible to assign a z-index value to dropdown menus of a navigation element… higher than that of the bar that the navigation is inside of?
I tried going into the custom css of the navigation element and using, did not work:
$el{
z-index: [higher number than bar here];
}