Is it possible to toggle the minimap in code studio?

Hi,

Is it possible to toggle the minimap in code studio?

image

Thanks,
Mark

Hi Mark,

That is not an available option at the moment, but please feel free to add it as an idea.
If you wanted to remove it for a session for a particular reason, you could paste this line in the console.

document.getElementsByClassName('minimap')[0].style.visibility = 'hidden';

Many Thanks

Adam