Matt Malyschko Posted May 12, 2016 Posted May 12, 2016 I am trying to remove the vertical scroll bar from a Web Viewer. I am aware that unchecking 'Allow interaction with web viewer content' will allow this, but I require that on. I've added this to the webviewer <body style = 'border: 0 ; margin: 0'>, which makes it look better, but I can't find the info to remove the vertical scroll. I tried overflow: hidden, but that seems to only work if the content is larger than the web viewer window.
fyanesv Posted January 30, 2017 Posted January 30, 2017 HI, MattyM Just came across your request, if not solved, try this CSS on your body overflow-y:hidden; best regards, Fernando A.
Recommended Posts
This topic is 3204 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now