mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Del: Desktop scrollbar style
This commit is contained in:
@@ -21,7 +21,6 @@ export default class DevTools extends Emitter
|
||||
{
|
||||
super();
|
||||
|
||||
if (!isMobile()) evalCss(require('../style/scrollbar.css'));
|
||||
this._style = evalCss(require('./DevTools.scss'));
|
||||
|
||||
this.$container = $container;
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
border: 0px none #ffffff;
|
||||
border-radius: 0px;
|
||||
}
|
||||
::-webkit-scrollbar-corner {
|
||||
background: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user