[bug]logstream box should become scrollable when too large

This commit is contained in:
BigEd 2010-10-01 19:13:29 +00:00
parent f0536dc716
commit 455949ceca
1 changed files with 2 additions and 0 deletions

View File

@ -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>.