Commit 6bb878af by zubair-arbi

Merge pull request #5468 from edx/zub/bugfix/tnl-256-protex-scroll-with-increased-font-size

set overflow to scroll so that user can see full content with increased ...
parents 5a31005e dbe4410d
......@@ -51,3 +51,7 @@
margin: 0px;
color: white;
}
div#protex-panel[style] {
overflow: scroll !important;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment