I, here is my simple question : there is a way to click on the sidebar area when the widget is reduced ?
I used the sidebar widget to create an accessible menu on my map like that :
But when i reduce the sidebar, i cannot click on my map because the application "understand" there is the sidebar area here, and it's very annoying.
Anyone can help me ?
I know you know about The Sidebar Problem™ and that it can be fixed by placing the Map inside the always open side of the Sidebar. So I'm assuming your question is a bit more complex. You want a Sidebar that doesn't block your Map, but also does not go the full height. We can still do that or at least we can fake it.
Hi @JeffreyThompson2 thanks for your reply 🙂
i'm using actually an Accordion widget inside of the Sidebar widget not a collumn widget. Do I have to follow firstly your URL and in a second way follow your 4 steps write here or I have to ignore the URL ?
Yes, you will need to place your Map inside the Sidebar as in the link above. An Accordion should work in place of a Column in this recipe, but if not, you can always place the Accordion within a Column.
Just by following your URL, and do this it works perfectly in the way I want :
Thank you