fix scrolling of uC console

v2.1 v2.1.beta4
Thorsten von Eicken 9 years ago
parent 6a7d1c8e04
commit fc8e1cfbf6
  1. 2
      html/console.html
  2. 1
      html/style.css

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

@ -131,6 +131,7 @@ div.tt {
line-height: 1.6em;
width: 100%;
box-sizing: border-box;
overflow: auto;
}
.header {

Loading…
Cancel
Save