Does the SetUserStylesheet brightscript statement alter the "user agent stylesheet"? I'm trying to use it to get rid of scrollbar inside an iframe, but with little success. Looking in the remote chrome debugger, I don't see my style being applied as the "user agent stylesheet" for the element in question.
The doc mentions using "any file: resource in the storage" as well as inline base64 encoded. It doesn't mention whether regular (external) URL is accepted for loading the stylesheet from outside. Is that possible, or can I ONLY use file or inline URLs?
Any other thoughts on how to get rid of scrollbar inside an iframe? Since there's no "mouse" or touch, displaying the scrollbar just looks ugly. And as it is shown in an iframe where I have no control over the content, I have no easy way to disable it in the CSS.
-JM