scrollbar not displaying in Webhelp Classic Mobile
Posted: Tue Jan 03, 2017 11:47 pm
On longer topics, there is no way to scroll to see the rest of the topic in Webhelp Classic Mobile transform. How can I force the scrollbars to display?
https://www.oxygenxml.com/forum/
Code: Select all
#content{
border-left:2px solid gray;
padding-left:1em;
overflow:auto;
}shudson310 wrote:Fixed it in oxygen-webhelp/resources/css/webhelp_topic.css. I added overflow:auto to the following style:
Code: Select all
#content{
border-left:2px solid gray;
padding-left:1em;
overflow:auto;
}