Mendix Navigation Tree size issue

0
Hi,   I am having trouble with my Navigation Tree. I have a hamburger menu, which should open when clicked, however it is always a bit open, see image. This does not look good, but I do not know how to change this. I recreated the layout from a different project, where I use this template but do not have that issue.   Any idea, what the issue might be...  
asked
1 answers
1

Hi Fangio,

this is most likely a SCSS / CSS issue. You can open the browser tools and check which classes cause the issue and compare it to the other project.

  • Right click the web page > inspect > select the navigation tree > check the classes in the styles tab

 

Another issue could be the incorrect loading order of your UI Resources (if you use any).

  • App Settings > Theme

 

You can have a look at the docs or do the learning paths for more details

 

 

answered