From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 16 Dec 2020 15:43:33 +0000 (+0100)
Subject: Fix CSS bug that made URL links unclickable in web client history.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bprefix%7D%7D/te%22st.html?a=commitdiff_plain;h=04fb13f0269b7d77ec178a797599c3d9a54061a6;p=plomrogue2

Fix CSS bug that made URL links unclickable in web client history.
---

diff --git a/rogue_chat.html b/rogue_chat.html
index b9673a1..212a1d6 100644
--- a/rogue_chat.html
+++ b/rogue_chat.html
@@ -16,7 +16,7 @@ terminal rows: <input id="n_rows" type="number" step=4 min=24 value=24 />
 </div>
 <div style="position: relative; display: inline-block;">
 <pre id="terminal"></pre>
-<textarea id="input" style="position: absolute; left: 0; height: 100%; width: 100%; opacity: 0"></textarea>
+<textarea id="input" style="position: absolute; left: 0; height: 100%; width: 100%; opacity: 0; z-index: -1;"></textarea>
 </div>
 <h3>button controls for hard-to-remember keybindings</h3>
 <table id="move_table" style="float: left">