home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9634825
)
Fix CSS bug that made URL links unclickable in web client history.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 16 Dec 2020 15:43:33 +0000
(16:43 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 16 Dec 2020 15:43:33 +0000
(16:43 +0100)
rogue_chat.html
patch
|
blob
|
history
diff --git
a/rogue_chat.html
b/rogue_chat.html
index b9673a1320b1ad3eac182cefae95004690989413..212a1d637680f0d5753f81d863b55e6535e04871 100644
(file)
--- 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">