From fc8e1cfbf601210b2b6065a9b7ba7dc625d24c32 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Sun, 15 Nov 2015 00:06:47 -0800 Subject: [PATCH] fix scrolling of uC console --- html/console.html | 2 +- html/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {