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 ...
This commit is contained in:
zubair-arbi
2014-10-20 12:23:24 +05:00

View File

@@ -51,3 +51,7 @@
margin: 0px;
color: white;
}
div#protex-panel[style] {
overflow: scroll !important;
}