set overflow to scroll so that user can see full content with increased font size

TNL-256
This commit is contained in:
zubair-arbi
2014-10-02 19:34:57 +05:00
parent b6ed821978
commit dbe4410d44

View File

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