https://imgur.com/a/ucncw3w
Please see the image attached above, the topbar menu will be covered by the sidemenu, when resized to some width.
Please fix this, It already exists for a very long time. Thank you
Yes, I’ve noticed this issue too.
Hi,
Thanks for the feedback. We will fix this in the next update.
As a hot fix you can fix it in "src/sass/layout/_variables.custom.scss" by adding the below header z-index config:
// Header fixed
$app-header-fixed-z-index: 110;
$app-header-fixed-z-index-mobile: 110;