summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-03-03 12:00:26 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-03-03 12:00:26 +0100
commit7944ead55213dfdbf8ad874a9c385a65cae11b21 (patch)
treec6abe63fc99f9a126ddc0892a34a285a8afae17d
parentf53d7f5bd0ae3cbeec0549ef00662f81f755bc76 (diff)
Python: fix scrolling the instructions/hints windowHEADreleasemaster
-rw-r--r--css/codeq.css3
1 files changed, 2 insertions, 1 deletions
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%;
}