How to change navigation behaviour, in detail overwrite the hovering part?
0
.region-sidebar { .mx-navigationtree { li.mx-navigationtree-has-items { & > ul { display: block !important; Hi all, I am currently changing the navigation of my app In Mendix i created it with this structure: Item: Group name Subitem: Name 1 Subitem: Name 2 etc. with scss i changed the behaviour that the subitems are always displayed: .region-sidebar { .mx-navigationtree { li.mx-navigationtree-has-items { & > ul { display: block !important; But now to my problem: Normal navigation: When hovering over "Buffers and Storages": How do i disable this hovering functionality? just SCSS doesnt solve the problem Thank you in advance