Select to view content in your preferred language

Instant App - hide toolbar

245
3
04-30-2024 07:01 AM
Status: Open
ChelseaRozek
MVP Regular Contributor

It would be nice if we had the choice to hide the toolbar if we only have one widget in the Sidebar Instant App. I'm trying to make a super simple app to embed on a website, so it would be nice to have some extra space and the less stuff to click on, the less overwhelming/confusing it might be for users.

ChelseaRozek_0-1714485592274.png

 

3 Comments
KellyHutchins

Have you looked at using Basic or Media instead? They do not have that sidebar and would be a good option for a simple app. 

KellyHutchins

And if you want to stick with Sidebar you can add this to the Custom CSS text box to hide the toolbar. You'll just want to make sure you ensure that you've selected the one panel you have in the "Select active panel content" dropdown. 

 

.tool-action-bar{
display:none;
}

 

 

ChelseaRozek

Thank you @KellyHutchins ! That works perfectly. I keep forgetting that these newer templates have a spot for custom css. It's greatly appreciated!

We prefer the Sidebar template as the popups don't block the map and the message prompts users to click on the map for more information.