Fixed help window causing unclickable elements

This commit is contained in:
Dan
2020-02-03 10:56:29 +00:00
parent 6fe1d384e0
commit a1deb5ab87
3 changed files with 25 additions and 4 deletions

View File

@@ -269,7 +269,7 @@
<p id="keyLockLabel">Radar key lock <span id="keyLockStateLabel"></span></p>
<div id="helpWindow">
<iframe src="https://wolfknight98.github.io/wk_wars2x_web/manual.pdf"></iframe>
<iframe id="helpWeb" src="about:blank"></iframe>
<button id="closeHelp" class="close">CLOSE HELP</button>
</div>