diff --git a/html/console.html b/html/console.html index 102b85bb..a5cb3e80 100644 --- a/html/console.html +++ b/html/console.html @@ -1,4 +1,4 @@ -
+

Microcontroller Console

diff --git a/html/style.css b/html/style.css index c612b1f2..99d9688b 100644 --- a/html/style.css +++ b/html/style.css @@ -131,6 +131,7 @@ div.tt { line-height: 1.6em; width: 100%; box-sizing: border-box; + overflow: auto; } .header {