From dbe4410d4483f760c86451b64a9da74d7cabe362 Mon Sep 17 00:00:00 2001 From: zubair-arbi Date: Thu, 2 Oct 2014 19:34:57 +0500 Subject: [PATCH] set overflow to scroll so that user can see full content with increased font size TNL-256 --- common/static/js/capa/protex/protex.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/static/js/capa/protex/protex.css b/common/static/js/capa/protex/protex.css index 882cd010c6..b0300c33ea 100644 --- a/common/static/js/capa/protex/protex.css +++ b/common/static/js/capa/protex/protex.css @@ -51,3 +51,7 @@ margin: 0px; color: white; } + +div#protex-panel[style] { + overflow: scroll !important; +}