summaryrefslogtreecommitdiff
path: root/css/codeq.css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-03 12:07:41 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-03 12:16:09 +0200
commit48c5373668c8659f05daad1f96287684f0bb574a (patch)
treead1200e9fad63c8c565c7a04bb7d6a434c03d0b6 /css/codeq.css
parenteec09515c27bb71c10255f35c4b7c1c65148216c (diff)
Fix scrolling and line-breaking in CodeQ console
Diffstat (limited to 'css/codeq.css')
-rw-r--r--css/codeq.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/codeq.css b/css/codeq.css
index 1207143..7172ef8 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -95,9 +95,10 @@ body {
/* console */
#console {
- min-height: 100%;
- height: 100%;
+ background: black;
font-size: 14px;
+ height: 100%;
+ overflow-y: auto;
padding: 0;
}