mirror of
https://github.com/trebonian/visual6502.git
synced 2024-12-30 17:31:01 +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)" />
|
||||
</form>
|
||||
<br />
|
||||
<div style="height:200px;overflow:auto">
|
||||
<table class="logstream" id="logstream"></table>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
Source code is available on <a href="http://github.com/trebonian/visual6502">github visual6502</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user