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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css') 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; } -- cgit v1.2.1