dreampuf / GraphvizOnline

Let's Graphviz it online
https://dreampuf.github.io/GraphvizOnline/
BSD 3-Clause "New" or "Revised" License
799 stars 213 forks source link

After loading, the editor window vanishes #31

Open Regenhardt opened 2 years ago

Regenhardt commented 2 years ago

So any idea why after 1-2 seconds, the editor window vanishes and gets replaced by the "Fork me on Github" link?

grafik

softwarebyze commented 1 year ago

After the 1-2 seconds, the editor gains a style of position relative.

Screen Recording 2023-04-28 at 11 54 26 PM

If you remove that style (change back to position absolute), you can see the editor again. The editor is set to position relative in the style tag of the index.html. I don't see where it is being changed to position relative.

I tried forking the repo and replicating the issue locally but with both Live Server and Live Preview with VS Code, the issue never happened.

I also just tried using the website on Firefox, Safari, and Edge and none of them had the issue, so for me it is only happening in Chrome.

vermavinay982 commented 6 months ago

Same issue is experienced on Edge browser as well.