Hello @uroscarman,
We are uncertain about the reason behind the current behavior you are experiencing. However, one possible explanation for the scroll functionality working could be the addition of an extra class to the navbar, labeled x-navbar-fixed-top . To address your issue, you can implement the following CSS code in your Global CSS:
.x-navbar {
position: fixed;
left: 0;
right: 0;
}
Please note that providing support for custom CSS code falls outside the scope of our assistance. Any potential problems arising from the utilization of custom CSS code and any further enhancements should be directed to a third-party developer. Alternatively, you can consider exploring our One service, which offers assistance beyond the features provided by our theme.
Hope that helps.