Hide zoom feature in Process Flow Map in CEO Dashboard UI Builder

paul_garcia
Giga Contributor

We would like to remove/hide what seems to be a built-in zoom box within the Process Flow Map in the CEO Dashboard UI Builder as seen here:

Screenshot 2024-10-17 at 10.20.30 AM.png


What we have tried:
- CSS display: none applied to .tools-container... does not work because only Global(*) CSS is considered... as you can see in the inspect element, the ".tools-container" is what we want to target, and if we manually add "style='display: none'" to the inspect element this achieves what we want, but we cannot do this because only Global(*) is accepted in the CSS of the component in UI Builder and other CSS is removed

Screenshot 2024-10-17 at 10.21.10 AM.png

- Expanding the view width to push it off the screen... does not work because the wheel will be out of place:

Screenshot 2024-10-17 at 10.24.00 AM.png

- Toggling off "Show Zoom Control"... the white box is still present, only it doesn't have the ability to zoom in and out:

Screenshot 2024-10-17 at 10.09.23 AM.png

- Writing javascript code to add "display: none" to the div... no luck

0 REPLIES 0