diff options
Diffstat (limited to 'dashboard/assets/public/dashboard.html')
-rw-r--r-- | dashboard/assets/public/dashboard.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dashboard/assets/public/dashboard.html b/dashboard/assets/public/dashboard.html index e064a2b51..2491bf1ea 100644 --- a/dashboard/assets/public/dashboard.html +++ b/dashboard/assets/public/dashboard.html @@ -6,9 +6,15 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Go Ethereum Dashboard</title> - <link rel="shortcut icon" type="image/ico" href="https://ethereum.org/favicon.ico"/> - - <!-- TODO (kurkomisi): Return to the external libraries to speed up the bundling during development --> + <link rel="shortcut icon" type="image/ico" href="https://ethereum.org/favicon.ico" /> + <style> + ::-webkit-scrollbar { + width: 16px; + } + ::-webkit-scrollbar-thumb { + background: #212121; + } + </style> </head> <body style="height: 100%; margin: 0"> <div id="dashboard" style="height: 100%"></div> |