How can I use custom CSS in the Zone Lookup app to hide the "Results and Map" menu option in the Print or Save as PDF export tool? I would like to keep the "Results" tabular option and only hide the option that includes the map view.
Solved! Go to Solution.
This css should work for now but the long term solution is most likely for us (the instant apps team) to add an option to configure the export to pdf option to be results only or results + map. We will work on adding it in as a configuration option in a future release.
calcite-dropdown-item[icon-start="map"] { display: none; }
This css should work for now but the long term solution is most likely for us (the instant apps team) to add an option to configure the export to pdf option to be results only or results + map. We will work on adding it in as a configuration option in a future release.
calcite-dropdown-item[icon-start="map"] { display: none; }