Skip to content

Commit

Permalink
fix scrolling of uC console
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Nov 15, 2015
1 parent 6a7d1c8 commit fc8e1cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion html/console.html
@@ -1,4 +1,4 @@
<div id="main" class="flex-fill flex-vbox">
<div id="main" class="flex-fill flex-vbox" style="max-height:100%">
<div class="header">
<h1>Microcontroller Console</h1>
</div>
Expand Down
1 change: 1 addition & 0 deletions html/style.css
Expand Up @@ -131,6 +131,7 @@ div.tt {
line-height: 1.6em;
width: 100%;
box-sizing: border-box;
overflow: auto;
}

.header {
Expand Down

0 comments on commit fc8e1cf

Please sign in to comment.