I've got what I think is a basic question, but I can't seem to figure out/find the answer...
I'm looking to use the Fancytree plugin, and am wondering if someone can tell me how I can get rid of the dotted gray border line that shows up around the whole tree?
You can see what I mean in this Plunker
<body>
<h1>Fancytree Demo</h1>
<button id="button1">Test</button>
<hr>
<div id="tree"></div>
</body>
and for some reason it's NOT visible in this Fiddle
<div id="tree"></div>
<div id="statusLine">-</div>
<p><button id="button1">Select item2</button></p>
I've tried different things, but I can't seem to get rid of it. Anyone have an idea I can try, or point me at what I'm overlooking?
Thanks!