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

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.
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. 馃檶