Mermaid-Chart/vscode-mermaid-preview

Minimap Overlaps diagram

Closed this issue · 2 comments

Expected behaviour

The minimap is restricted to a small space

graph LR
   subgraph a
      A --> B
      B --> C
      A --> C
   end
   D --> A
   A --> B
   B --> A
   A --> D
   D --> A
Loading

Actual behaviour

Minimap creeps into the actual diagram space

Include:
Screen Shot 2019-12-10 at 4 55 35 pm

Preview mode: Mermaid
Theme used: dark

I know a similar issue is already fixed in #66

Can you please add an option to turn off minimap during preview

I have a similar issue. Can I turn the minimap off completely?

The minimap visibility is controlled via mermaid.vscode.minimap configuration.

  • true for visible
  • false for hidden