[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

View File

@ -109,8 +109,10 @@ 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>.
Online 6502 <a href="http://www.6502asm.com/">emulator and assembler</a> from 6502asm.com Online 6502 <a href="http://www.6502asm.com/">emulator and assembler</a> from 6502asm.com