From 4faf13f8b41e896e8bd4a36488707e0263096e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Thu, 1 Oct 2015 14:44:45 +0200 Subject: Make hints auto-scrolling again by introducting a new div with class: scrollable-content-container. --- css/codeq.css | 2 +- index.html | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index f7dafdb..e2f220e 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -178,7 +178,7 @@ body { } /* info */ - .block > .hints { + .block > .scrollable-content-container { height: 100%; overflow-y: auto; } diff --git a/index.html b/index.html index 02003e9..4bbf4e7 100644 --- a/index.html +++ b/index.html @@ -179,7 +179,9 @@
Console
-
+
+
+
Hints
@@ -212,7 +214,9 @@
Console
-
+
+
+
Hints
@@ -245,7 +249,9 @@
Console
-
+
+
+
Hints
-- cgit v1.2.1