scrollbar not displaying in Webhelp Classic Mobile

Post here questions and problems related to editing and publishing DITA content.
shudson310
Posts: 156
Joined: Sat Feb 26, 2005 12:09 am
Location: USA
Contact:

scrollbar not displaying in Webhelp Classic Mobile

Post by shudson310 »

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?
Scott Hudson
Staff Content Engineer
Site: docs.servicenow.com
shudson310
Posts: 156
Joined: Sat Feb 26, 2005 12:09 am
Location: USA
Contact:

Re: scrollbar not displaying in Webhelp Classic Mobile

Post by shudson310 »

Fixed it in 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;
}
Scott Hudson
Staff Content Engineer
Site: docs.servicenow.com
shudson310
Posts: 156
Joined: Sat Feb 26, 2005 12:09 am
Location: USA
Contact:

Re: scrollbar not displaying in Webhelp Classic Mobile

Post by shudson310 »

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;
}
Scott Hudson
Staff Content Engineer
Site: docs.servicenow.com
Post Reply