From 07964bf1981b04547d73e266d0060da55a59579f Mon Sep 17 00:00:00 2001 From: ser-dev Date: Sat, 11 Feb 2017 21:51:52 +0100 Subject: [PATCH] Fix for #406: scroll for the terminal in Firefox --- src/style/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/main.css b/src/style/main.css index 39939856..c1192f8f 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -558,6 +558,7 @@ p.commandLine span.prompt { } #commandLineHistory { + height: 100%; margin: 10px; border-radius: 5px; box-shadow: 1px 0px 15px rgba(100, 100, 100, 1);