When I started creating this low-code app, the sidebar was collapsing properly, ensuring that the main content was shifted correctly. However, now the sidebar overlaps the content and there is no such shift, as you can see below:
This low-code app behaves like this for me, but for other users, this issue is not happening. Is there a way to revert this situation? Why is the sidebar behaving like this? I appreciate our community's help.
Hi Toon. I’m using Chrome, let me test with Edge.
It’s working fine with Edge…
This is caused by a wrong configuration setting in your localstorage. The sidebar settings are saved for each app and user individually, in the localstorage. This means that the sidebar will not be in sync when opening the same app in a different browser or in incognito mode.
How to solve it though:
- Take a look to your url so that we know the app id.
- Go to your local storage in the browser: CTRL + SHIFT + J, CTRL + SHIFT + P > "app" + Enter.
- Inspect the SL-UserSettings-[UserName], look for SL-SiderbarSettings.application/[App_ID_from_step_1]. I expect that isExpanded is set to false there, or not included at all.
- Modify that specific entry to set the value of isExpanded to true.
- Reload the local storage and refresh the app.
I have no answer for you, but to maybe put others on their way, the issue is occurring for me in the Brave browser, but not in edge or chrome (although all 3 use chromium…). What browser are you using André?