Responsively-app: Scrollbars do not appear consistent with the UI

Created on 16 Jun 2020  路  4Comments  路  Source: responsively-org/responsively-app

The scrollbar on Windows doesn't appear consistent with the overall user interface of the app.
image

I am already working on a fix for this but i am unable to target the scrollbar within the device containers which are in a WebView which I am unable to fix at the moment.

bug

All 4 comments

Just need to figure out how to load the same CSS that was merged recently to load every time the WebView for device containers is updated.

@Kidcredo I don't think we have to do that since that will interfere with the page's styles and might break something.

Anyways i was unable to find a way to inject css in the webview.

@Kidcredo CSS can be injected into webview using the insertCss api. Ref: https://www.electronjs.org/docs/api/web-contents#contentsinsertcsscss-options

But anyway, I'm closing this issue as we are good with it now. Thanks again for the work on this. 馃檶

Was this page helpful?
0 / 5 - 0 ratings