Maybe try enabling overlay scrollbars? You might also chat with some Opera folks as they run Chromium on TVs with a bunch of patches on top that customize various things for that type of device.
Is there a setting to prevent Chromium from automatically creating scrollbars for a page? (The motivation is for TV platforms where there is no user input mechanism, so no way to scroll).
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
We've added an experimental "--hide-scrollbars" flag, which should get rid of (native, i.e. non-customized) scrollbars. Maybe that's also useful for you :)
Eventually, it should become a more selective option controlled through an API e.g. at WebContents level, rather than flag. Filed another bug to track that: