From 7944ead55213dfdbf8ad874a9c385a65cae11b21 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 3 Mar 2017 12:00:26 +0100 Subject: Python: fix scrolling the instructions/hints window --- css/codeq.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/codeq.css b/css/codeq.css index f8abfca..76107ad 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -382,7 +382,8 @@ div.CodeMirror span.CodeMirror-matchingbracket { overflow: auto; min-height: 50%; height: 50%; } - .quadrants.square-layout#screen-prolog > * > .block { + .quadrants.square-layout#screen-prolog > * > .block, + .quadrants.square-layout#screen-python > * > .block { overflow: auto; min-height: 100%; height: 100%; } -- cgit v1.2.1