Select to view content in your preferred language

There is any way to click on the sidebar reduced area ?

213
4
08-06-2025 01:07 AM
JasonBOCQUET
Frequent Contributor

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 : 

JasonBOCQUET_0-1754467623145.png

 

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 ? 

0 Kudos
4 Replies
JeffreyThompson2
MVP Frequent Contributor

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.

  1. Set the Background Fill color of the Sidebar Panel to Transparent.
  2. Add a Column Widget to the Sidebar Panel and place your other Widgets inside it.
  3. Give your Column a fixed Height or set it to Auto and adjust the Height of the Widgets within it. The Column should now be less than the full height of the Sidebar.
  4. Position the Column vertically, as you want. You may also need to adjust the Offset Y of the Collapse Button of the Sidebar.
GIS Developer
City of Arlington, Texas
0 Kudos
JasonBOCQUET
Frequent Contributor

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 ?

0 Kudos
JeffreyThompson2
MVP Frequent Contributor

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.

GIS Developer
City of Arlington, Texas
0 Kudos
JasonBOCQUET
Frequent Contributor

Just by following your URL, and do this it works perfectly in the way I want : 

JasonBOCQUET_1-1754559005419.png

Thank you

 

0 Kudos