tomzx / blog.tomrochette.com

My blog.
http://www.tomrochette.com
MIT License
2 stars 0 forks source link

Remove unnecessary scrollbar #50

Closed tomzx closed 7 years ago

tomzx commented 8 years ago

Mermaid creates a div which interacts with slidebars and make it display a scrollbar twice.

The following element is created in the DOM which, for some reason, interacts with the slidebars css and displays two scrollbars instead of one.

<div class="mermaidTooltip" style="opacity: 0;"></div>

image