mirror of
https://github.com/trebonian/visual6502.git
synced 2025-01-02 06:29:41 +00:00
[bug]logstream box should become scrollable when too large
This commit is contained in:
parent
f0536dc716
commit
455949ceca
@ -109,7 +109,9 @@ Enter your own program into the array of RAM
|
|||||||
<input type="button" value="Trace less" onclick="updateLoglevel(--loglevel)" />
|
<input type="button" value="Trace less" onclick="updateLoglevel(--loglevel)" />
|
||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
|
<div style="height:200px;overflow:auto">
|
||||||
<table class="logstream" id="logstream"></table>
|
<table class="logstream" id="logstream"></table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
Source code is available on <a href="http://github.com/trebonian/visual6502">github visual6502</a>.
|
Source code is available on <a href="http://github.com/trebonian/visual6502">github visual6502</a>.
|
||||||
|
Loading…
Reference in New Issue
Block a user