summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%;
}