How to customize scrollbar for atom electron iframe or webview ?
My example:
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <titleScrollbar Demo</title>
  </head>
  <body style="margin: 0px;overflow:hidden;">
    <iframe src="http://bbc.com" height="500" width="500"></iframe>
    <webview src="http://bbc.com" height="500" width="500"></webview>
  </body>
</html>
 
     
    