Hi, I'm using the configurable filter app. The css overwrite option is great, however, I was wondering if it was possible to somehow hide the filter panel (appears on left) when the map first loads?
-Thanks
I tried a few things with custom css but due to the way we handle the open/close panel I don't think you'll be able to customize this through css only. However if you have the ability to download and host the app on your own web server you can accomplish this with JavaScript. The source code for all of the configurable apps is available on GitHub - here's the source for the Filter app.
I'll also look at adding an option to the app configuration experience in a future release to allow you to hide the panel when the app opens.
That helps, thank you!