script log boxes can now be dragged around and multiple of them can be on screen at once.

This commit is contained in:
Olivier Gagnon
2021-08-19 22:22:21 -04:00
parent df457a0c6e
commit 6e1100750e
6 changed files with 159 additions and 125 deletions
-10
View File
@@ -290,16 +290,6 @@ if (htmlWebpackPlugin.options.googleAnalytics.trackingId) { %>
<!-- React Component -->
</div>
<!-- Log Box -->
<div id="log-box-container">
<div id="log-box-content">
<button id="log-box-close" class="popup-box-button"> Close </button>
<button id="log-box-kill-script" class="popup-box-button">Kill Script</button>
<p id="log-box-text-header"> </p>
<p id="log-box-text"> </p>
</div>
</div>
<!-- Generic Yes/No Pop Up box -->
<div id="yes-no-box-container" class="popup-box-container">
<div id="yes-no-box-content" class="popup-box-content">