Hi @mtehsunmeta,
thank you for this. I can replicate this locally, and yes, that “grid” is a problem, since it overrides the display:none
that we set, when menu is closed.
You can try to set something like this so that the “grid” applies only when the dropdown is opened.
.brxe-dropdown.open.active > %root%{
display:grid;
}
Matej