Hi,
I use
@media (max-width: 979px) {
.x-navbar-fixed-top {
position: fixed !important;
}
}
to have a fixed menu on mobile. But everytime you click on some of the items it stays opened/isn’t collapsing. It only collapses when clicking the burger icon. I tried various JavaScript solutions from the forum but nothing seems to work. Any idea?
Can’t show page because it’s a local staging, can’t use it in prod like this. Thanks!